Html Css Color HEX #DCD66C Goldenrod

📋 copy color: '#DCD66C'

red 220 ◦ green 214 ◦ blue 108

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

Shades of Goldenrod #DCD66C

Tints of Goldenrod #DCD66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.93%

R = 40.59%
G = 39.48%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCD66C (or 0xDCD66C) is known color: Goldenrod. HEX triplet: DC, D6 and 6C. RGB value is (220,214,108). Sum of RGB (Red+Green+Blue) = 220+214+108=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 108 (42.58% from 255 or 19.93% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD66C is #232993. Grayscale: #CCCCCC. Windows color (decimal): -2304404 or 7132892. OLE color: 7132892.

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

Color convert

RGB 220 214 108 -
CMYK 0 0.03 0.51 0.14
HSL 56.79º 0.62% 0.64% -
HSV(B) 56.79º 0.51% 0.86% -
XYZ 56.27 64.39 23.65 -
YUV 203.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 220 214 108 0 0.03 0.51 0.14 56.79 0.62 0.64
Hex DC D6 6C 0 3 33 E 39 3E 40
Octal 334 326 154 0 3 63 16 71 76 100
Binary 11011100 11010110 1101100 0 11 110011 1110 111001 111110 1000000

Color Harmonies of #DCD66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD66C

Black with #DCD66C

Text Example


Text Example

White with #DCD66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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