Html Css Color HEX #DCD164 Goldenrod

📋 copy color: '#DCD164'

red 220 ◦ green 209 ◦ blue 100

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

Shades of Goldenrod #DCD164

Tints of Goldenrod #DCD164

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.51%

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

R = 41.59%
G = 39.51%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCD164 (or 0xDCD164) is known color: Goldenrod. HEX triplet: DC, D1 and 64. RGB value is (220,209,100). Sum of RGB (Red+Green+Blue) = 220+209+100=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD164 is #232E9B. Grayscale: #C8C8C8. Windows color (decimal): -2305692 or 6607324. OLE color: 6607324.

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

Color convert

RGB 220 209 100 -
CMYK 0 0.05 0.55 0.14
HSL 54.5º 0.63% 0.63% -
HSV(B) 54.5º 0.55% 0.86% -
XYZ 54.62 61.74 21.09 -
YUV 199.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 220 209 100 0 0.05 0.55 0.14 54.5 0.63 0.63
Hex DC D1 64 0 5 37 E 36 3F 3F
Octal 334 321 144 0 5 67 16 66 77 77
Binary 11011100 11010001 1100100 0 101 110111 1110 110110 111111 111111

Color Harmonies of #DCD164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD164

Black with #DCD164

Text Example


Text Example

White with #DCD164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD164; }

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

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

background-color css

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

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

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

border-color css

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

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

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