Html Css Color HEX #DED973 Goldenrod

📋 copy color: '#DED973'

red 222 ◦ green 217 ◦ blue 115

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

Shades of Goldenrod #DED973

Tints of Goldenrod #DED973

RGB

 RED value IS 222 (87.11% from 255) = 40.07%

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

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

R = 40.07%
G = 39.17%
B = 20.76%

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

#DED973 (or 0xDED973) is known color: Goldenrod. HEX triplet: DE, D9 and 73. RGB value is (222,217,115). Sum of RGB (Red+Green+Blue) = 222+217+115=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DED973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED973 is #21268C. Grayscale: #CFCFCF. Windows color (decimal): -2172557 or 7592414. OLE color: 7592414.

HSL color Cylindrical-coordinate representation of color #DED973: hue angle of 57.2º degrees, saturation: 0.62, 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 #DED973 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 217 115 -
CMYK 0 0.02 0.48 0.13
HSL 57.2º 0.62% 0.66% -
HSV(B) 57.2º 0.48% 0.87% -
XYZ 58.03 66.39 25.98 -
YUV 206.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 222 217 115 0 0.02 0.48 0.13 57.2 0.62 0.66
Hex DE D9 73 0 2 30 D 39 3E 42
Octal 336 331 163 0 2 60 15 71 76 102
Binary 11011110 11011001 1110011 0 10 110000 1101 111001 111110 1000010

Color Harmonies of #DED973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED973

Black with #DED973

Text Example


Text Example

White with #DED973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED973; }

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

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

background-color css

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

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

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

border-color css

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

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

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