Html Css Color HEX #DCD97F Goldenrod

📋 copy color: '#DCD97F'

red 220 ◦ green 217 ◦ blue 127

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

Shades of Goldenrod #DCD97F

Tints of Goldenrod #DCD97F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.52%

R = 39.01%
G = 38.48%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCD97F (or 0xDCD97F) is known color: Goldenrod. HEX triplet: DC, D9 and 7F. RGB value is (220,217,127). Sum of RGB (Red+Green+Blue) = 220+217+127=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD97F is #232680. Grayscale: #D0D0D0. Windows color (decimal): -2303617 or 8378844. OLE color: 8378844.

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

Color convert

RGB 220 217 127 -
CMYK 0 0.01 0.42 0.14
HSL 58.06º 0.57% 0.68% -
HSV(B) 58.06º 0.42% 0.86% -
XYZ 58.16 66.37 29.82 -
YUV 207.64 82.49 136.82 -
System Red Green Blue C M Y K H S L
Decimal 220 217 127 0 0.01 0.42 0.14 58.06 0.57 0.68
Hex DC D9 7F 0 1 2A E 3A 39 44
Octal 334 331 177 0 1 52 16 72 71 104
Binary 11011100 11011001 1111111 0 1 101010 1110 111010 111001 1000100

Color Harmonies of #DCD97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD97F

Black with #DCD97F

Text Example


Text Example

White with #DCD97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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