Html Css Color HEX #DCD97D Goldenrod

📋 copy color: '#DCD97D'

red 220 ◦ green 217 ◦ blue 125

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

Shades of Goldenrod #DCD97D

Tints of Goldenrod #DCD97D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.61%

 BLUE value IS 125 (49.22% from 255) = 22.24%

R = 39.15%
G = 38.61%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCD97D (or 0xDCD97D) is known color: Goldenrod. HEX triplet: DC, D9 and 7D. RGB value is (220,217,125). Sum of RGB (Red+Green+Blue) = 220+217+125=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD97D is #232682. Grayscale: #CFCFCF. Windows color (decimal): -2303619 or 8247772. OLE color: 8247772.

HSL color Cylindrical-coordinate representation of color #DCD97D: hue angle of 58.11º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCD97D is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 217 125 -
CMYK 0 0.01 0.43 0.14
HSL 58.11º 0.58% 0.68% -
HSV(B) 58.11º 0.43% 0.86% -
XYZ 58.03 66.32 29.14 -
YUV 207.41 81.49 136.98 -
System Red Green Blue C M Y K H S L
Decimal 220 217 125 0 0.01 0.43 0.14 58.11 0.58 0.68
Hex DC D9 7D 0 1 2B E 3A 3A 44
Octal 334 331 175 0 1 53 16 72 72 104
Binary 11011100 11011001 1111101 0 1 101011 1110 111010 111010 1000100

Color Harmonies of #DCD97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD97D

Black with #DCD97D

Text Example


Text Example

White with #DCD97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD97D; }

 p { color: rgb(220,217,125); }

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

background-color css

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

 a { background-color: rgb(220,217,125); }

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

border-color css

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

 span { border-color: rgb(220,217,125); }

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