Html Css Color HEX #DCD766 Goldenrod

📋 copy color: '#DCD766'

red 220 ◦ green 215 ◦ blue 102

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

Shades of Goldenrod #DCD766

Tints of Goldenrod #DCD766

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.04%

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

R = 40.97%
G = 40.04%
B = 18.99%

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

#DCD766 (or 0xDCD766) is known color: Goldenrod. HEX triplet: DC, D7 and 66. RGB value is (220,215,102). Sum of RGB (Red+Green+Blue) = 220+215+102=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD766 is #232899. Grayscale: #CCCCCC. Windows color (decimal): -2304154 or 6739932. OLE color: 6739932.

HSL color Cylindrical-coordinate representation of color #DCD766: hue angle of 57.46º 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 #DCD766 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 102 -
CMYK 0 0.02 0.54 0.14
HSL 57.46º 0.63% 0.63% -
HSV(B) 57.46º 0.54% 0.86% -
XYZ 56.21 64.78 22.11 -
YUV 203.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 220 215 102 0 0.02 0.54 0.14 57.46 0.63 0.63
Hex DC D7 66 0 2 36 E 39 3F 3F
Octal 334 327 146 0 2 66 16 71 77 77
Binary 11011100 11010111 1100110 0 10 110110 1110 111001 111111 111111

Color Harmonies of #DCD766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD766

Black with #DCD766

Text Example


Text Example

White with #DCD766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD766; }

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

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

background-color css

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

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

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

border-color css

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

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

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