Html Css Color HEX #DDD973 Goldenrod

📋 copy color: '#DDD973'

red 221 ◦ green 217 ◦ blue 115

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

Shades of Goldenrod #DDD973

Tints of Goldenrod #DDD973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.8%

R = 39.96%
G = 39.24%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDD973 (or 0xDDD973) is known color: Goldenrod. HEX triplet: DD, D9 and 73. RGB value is (221,217,115). Sum of RGB (Red+Green+Blue) = 221+217+115=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD973 is #22268C. Grayscale: #CECECE. Windows color (decimal): -2238093 or 7592413. OLE color: 7592413.

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

Color convert

RGB 221 217 115 -
CMYK 0 0.02 0.48 0.13
HSL 57.74º 0.61% 0.66% -
HSV(B) 57.74º 0.48% 0.87% -
XYZ 57.73 66.24 25.96 -
YUV 206.57 76.33 138.29 -
System Red Green Blue C M Y K H S L
Decimal 221 217 115 0 0.02 0.48 0.13 57.74 0.61 0.66
Hex DD D9 73 0 2 30 D 3A 3D 42
Octal 335 331 163 0 2 60 15 72 75 102
Binary 11011101 11011001 1110011 0 10 110000 1101 111010 111101 1000010

Color Harmonies of #DDD973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD973

Black with #DDD973

Text Example


Text Example

White with #DDD973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD973; }

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

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

background-color css

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

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

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

border-color css

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

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

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