Html Css Color HEX #DEDD70 Goldenrod

📋 copy color: '#DEDD70'

red 222 ◦ green 221 ◦ blue 112

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

Shades of Goldenrod #DEDD70

Tints of Goldenrod #DEDD70

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.82%

 BLUE value IS 112 (44.14% from 255) = 20.18%

R = 40%
G = 39.82%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DEDD70 (or 0xDEDD70) is known color: Goldenrod. HEX triplet: DE, DD and 70. RGB value is (222,221,112). Sum of RGB (Red+Green+Blue) = 222+221+112=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD70 is #21228F. Grayscale: #D1D1D1. Windows color (decimal): -2171536 or 7396830. OLE color: 7396830.

HSL color Cylindrical-coordinate representation of color #DEDD70: hue angle of 59.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEDD70 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 221 112 -
CMYK 0 0.00 0.50 0.13
HSL 59.45º 0.63% 0.65% -
HSV(B) 59.45º 0.5% 0.87% -
XYZ 58.91 68.41 25.43 -
YUV 208.87 73.33 137.36 -
System Red Green Blue C M Y K H S L
Decimal 222 221 112 0 0.00 0.50 0.13 59.45 0.63 0.65
Hex DE DD 70 0 0 32 D 3B 3E 41
Octal 336 335 160 0 0 62 15 73 76 101
Binary 11011110 11011101 1110000 0 0 110010 1101 111011 111110 1000001

Color Harmonies of #DEDD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD70

Black with #DEDD70

Text Example


Text Example

White with #DEDD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD70; }

 p { color: rgb(222,221,112); }

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

background-color css

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

 a { background-color: rgb(222,221,112); }

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

border-color css

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

 span { border-color: rgb(222,221,112); }

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