#DCD66B

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

Shades of Goldenrod #DCD66B

Tints of Goldenrod #DCD66B

Color information

#DCD66B (or 0xDCD66B) is unknown color: approx Goldenrod. HEX triplet: DC, D6 and 6B. RGB value is (220,214,107). Sum of RGB (Red+Green+Blue) = 220+214+107=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD66B is #232994. Grayscale: #CCCCCC. Windows color (decimal): -2304405 or 7067356. OLE color: 7067356.

HSL color Cylindrical-coordinate representation of color #DCD66B: hue angle of 56.81º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCD66B is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB220214107-
CMYK00.030.510.14
HSL56.81º61.75%64.12%-
HSV(B)56.81º51.36%86.27%-
XYZ56.2264.3723.37-
YUV203.673.49139.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 214 (83.98% from 255) = 39.56%
BLUE value IS 107 (42.19% from 255) = 19.78%
R=40.67%
G=39.56%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021410700.030.510.1456.8161.7564.12
HexDCD66B0333E393e40
Octal3343261530363167176100
Binary1101110011010110110101101111001111101110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD66B; }

 p { color: rgb(220,214,107); }

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

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

 a { background-color: rgb(220,214,107); }

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

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

 span { border-color: rgb(220,214,107); }

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