Html Css Color HEX #DCD566 Goldenrod

📋 copy color: '#DCD566'

red 220 ◦ green 213 ◦ blue 102

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

Shades of Goldenrod #DCD566

Tints of Goldenrod #DCD566

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.81%

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

R = 41.12%
G = 39.81%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCD566 (or 0xDCD566) is known color: Goldenrod. HEX triplet: DC, D5 and 66. RGB value is (220,213,102). Sum of RGB (Red+Green+Blue) = 220+213+102=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD566 is #232A99. Grayscale: #CACACA. Windows color (decimal): -2304666 or 6739420. OLE color: 6739420.

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

Color convert

RGB 220 213 102 -
CMYK 0 0.03 0.54 0.14
HSL 56.44º 0.63% 0.63% -
HSV(B) 56.44º 0.54% 0.86% -
XYZ 55.71 63.76 21.94 -
YUV 202.44 71.32 140.53 -
System Red Green Blue C M Y K H S L
Decimal 220 213 102 0 0.03 0.54 0.14 56.44 0.63 0.63
Hex DC D5 66 0 3 36 E 38 3F 3F
Octal 334 325 146 0 3 66 16 70 77 77
Binary 11011100 11010101 1100110 0 11 110110 1110 111000 111111 111111

Color Harmonies of #DCD566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD566

Black with #DCD566

Text Example


Text Example

White with #DCD566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD566; }

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

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

background-color css

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

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

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

border-color css

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

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

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