Html Css Color HEX #DCD664 Goldenrod

📋 copy color: '#DCD664'

red 220 ◦ green 214 ◦ blue 100

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

Shades of Goldenrod #DCD664

Tints of Goldenrod #DCD664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.73%

R = 41.2%
G = 40.07%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCD664 (or 0xDCD664) is known color: Goldenrod. HEX triplet: DC, D6 and 64. RGB value is (220,214,100). Sum of RGB (Red+Green+Blue) = 220+214+100=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD664 is #23299B. Grayscale: #CBCBCB. Windows color (decimal): -2304412 or 6608604. OLE color: 6608604.

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

Color convert

RGB 220 214 100 -
CMYK 0 0.03 0.55 0.14
HSL 57º 0.63% 0.63% -
HSV(B) 57º 0.55% 0.86% -
XYZ 55.86 64.23 21.51 -
YUV 202.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 220 214 100 0 0.03 0.55 0.14 57 0.63 0.63
Hex DC D6 64 0 3 37 E 39 3F 3F
Octal 334 326 144 0 3 67 16 71 77 77
Binary 11011100 11010110 1100100 0 11 110111 1110 111001 111111 111111

Color Harmonies of #DCD664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD664

Black with #DCD664

Text Example


Text Example

White with #DCD664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD664; }

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

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

background-color css

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

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

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

border-color css

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

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

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