Html Css Color HEX #DCD66D Goldenrod

📋 copy color: '#DCD66D'

red 220 ◦ green 214 ◦ blue 109

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

Shades of Goldenrod #DCD66D

Tints of Goldenrod #DCD66D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.41%

 BLUE value IS 109 (42.97% from 255) = 20.07%

R = 40.52%
G = 39.41%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCD66D (or 0xDCD66D) is known color: Goldenrod. HEX triplet: DC, D6 and 6D. RGB value is (220,214,109). Sum of RGB (Red+Green+Blue) = 220+214+109=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD66D is #232992. Grayscale: #CCCCCC. Windows color (decimal): -2304403 or 7198428. OLE color: 7198428.

HSL color Cylindrical-coordinate representation of color #DCD66D: hue angle of 56.76º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCD66D is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 109 -
CMYK 0 0.03 0.50 0.14
HSL 56.76º 0.61% 0.65% -
HSV(B) 56.76º 0.5% 0.86% -
XYZ 56.32 64.41 23.93 -
YUV 203.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 220 214 109 0 0.03 0.50 0.14 56.76 0.61 0.65
Hex DC D6 6D 0 3 32 E 39 3D 41
Octal 334 326 155 0 3 62 16 71 75 101
Binary 11011100 11010110 1101101 0 11 110010 1110 111001 111101 1000001

Color Harmonies of #DCD66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD66D

Black with #DCD66D

Text Example


Text Example

White with #DCD66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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