#D6CC1F

Color #D6CC1F Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #D6CC1F

Tints of Barberry #D6CC1F

Color information

#D6CC1F (or 0xD6CC1F) is unknown color: approx Barberry. HEX triplet: D6, CC and 1F. RGB value is (214,204,31). Sum of RGB (Red+Green+Blue) = 214+204+31=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC1F is #2933E0. Grayscale: #BBBBBB. Windows color (decimal): -2700257 or 2084054. OLE color: 2084054.

HSL color Cylindrical-coordinate representation of color #D6CC1F: hue angle of 56.72º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6CC1F is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB21420431-
CMYK00.050.860.16
HSL56.72º74.69%48.04%-
HSV(B)56.72º85.51%83.92%-
XYZ49.5757.589.8-
YUV187.2739.81147.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 204 (80.08% from 255) = 45.43%
BLUE value IS 31 (12.5% from 255) = 6.90%
R=47.66%
G=45.43%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142043100.050.860.1656.7274.6948.04
HexD6CC1F055610394b30
Octal3263143705126207111360
Binary11010110110011001111101011010110100001110011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CC1F; }

 p { color: rgb(214,204,31); }

 H1.HeaderClassName
 {
   color: #D6CC1F;
 }
 .AnyTagClassName
 {
   color: #D6CC1F;
 }
</style>
background-color css

<style>
 a { background-color: #D6CC1F; }

 a { background-color: rgb(214,204,31); }

 div.DivClassName
 {
   background-color: #D6CC1F;
 }
 .BgClassName
 {
   background-color: #D6CC1F;
 }
</style>
border-color css

<style>
 span { border-color: #D6CC1F; }

 span { border-color: rgb(214,204,31); }

 td.TdClassName
 {
   border-color: #D6CC1F;
 }
 .TagClassName
 {
   border-color: #D6CC1F;
 }
</style>