Html Css Color HEX #DDD97C Goldenrod

📋 copy color: '#DDD97C'

red 221 ◦ green 217 ◦ blue 124

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

Shades of Goldenrod #DDD97C

Tints of Goldenrod #DDD97C

RGB

 RED value IS 221 (86.72% from 255) = 39.32%

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

 BLUE value IS 124 (48.83% from 255) = 22.06%

R = 39.32%
G = 38.61%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDD97C (or 0xDDD97C) is known color: Goldenrod. HEX triplet: DD, D9 and 7C. RGB value is (221,217,124). Sum of RGB (Red+Green+Blue) = 221+217+124=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD97C is #222683. Grayscale: #CFCFCF. Windows color (decimal): -2238084 or 8182237. OLE color: 8182237.

HSL color Cylindrical-coordinate representation of color #DDD97C: hue angle of 57.53º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDD97C is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 124 -
CMYK 0 0.02 0.44 0.13
HSL 57.53º 0.59% 0.68% -
HSV(B) 57.53º 0.44% 0.87% -
XYZ 58.27 66.45 28.82 -
YUV 207.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 221 217 124 0 0.02 0.44 0.13 57.53 0.59 0.68
Hex DD D9 7C 0 2 2C D 3A 3B 44
Octal 335 331 174 0 2 54 15 72 73 104
Binary 11011101 11011001 1111100 0 10 101100 1101 111010 111011 1000100

Color Harmonies of #DDD97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD97C

Black with #DDD97C

Text Example


Text Example

White with #DDD97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD97C; }

 p { color: rgb(221,217,124); }

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

background-color css

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

 a { background-color: rgb(221,217,124); }

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

border-color css

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

 span { border-color: rgb(221,217,124); }

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