Html Css Color HEX #DCD866 Goldenrod

📋 copy color: '#DCD866'

red 220 ◦ green 216 ◦ blue 102

#DCD866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DCD866

Tints of Goldenrod #DCD866

RGB

 RED value IS 220 (86.33% from 255) = 40.89%

 GREEN value IS 216 (84.77% from 255) = 40.15%

 BLUE value IS 102 (40.23% from 255) = 18.96%

R = 40.89%
G = 40.15%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCD866 (or 0xDCD866) is known color: Goldenrod. HEX triplet: DC, D8 and 66. RGB value is (220,216,102). Sum of RGB (Red+Green+Blue) = 220+216+102=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD866 is #232799. Grayscale: #CCCCCC. Windows color (decimal): -2303898 or 6740188. OLE color: 6740188.

HSL color Cylindrical-coordinate representation of color #DCD866: hue angle of 57.97º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCD866 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 102 -
CMYK 0 0.02 0.54 0.14
HSL 57.97º 0.63% 0.63% -
HSV(B) 57.97º 0.54% 0.86% -
XYZ 56.47 65.29 22.2 -
YUV 204.2 70.33 139.27 -
System Red Green Blue C M Y K H S L
Decimal 220 216 102 0 0.02 0.54 0.14 57.97 0.63 0.63
Hex DC D8 66 0 2 36 E 3A 3F 3F
Octal 334 330 146 0 2 66 16 72 77 77
Binary 11011100 11011000 1100110 0 10 110110 1110 111010 111111 111111

Color Harmonies of #DCD866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD866

Black with #DCD866

Text Example


Text Example

White with #DCD866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD866; }

 p { color: rgb(220,216,102); }

 H1.HeaderClassName
 {
   color: #DCD866;
 }
 .AnyTagClassName
 {
   color: #DCD866;
 }
</style>

background-color css

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

 a { background-color: rgb(220,216,102); }

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

border-color css

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

 span { border-color: rgb(220,216,102); }

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