Html Css Color HEX #DEDD74 Goldenrod

📋 copy color: '#DEDD74'

red 222 ◦ green 221 ◦ blue 116

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

Shades of Goldenrod #DEDD74

Tints of Goldenrod #DEDD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.75%

R = 39.71%
G = 39.53%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEDD74 (or 0xDEDD74) is known color: Goldenrod. HEX triplet: DE, DD and 74. RGB value is (222,221,116). Sum of RGB (Red+Green+Blue) = 222+221+116=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD74 is #21228B. Grayscale: #D1D1D1. Windows color (decimal): -2171532 or 7658974. OLE color: 7658974.

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

Color convert

RGB 222 221 116 -
CMYK 0 0.00 0.48 0.13
HSL 59.43º 0.62% 0.66% -
HSV(B) 59.43º 0.48% 0.87% -
XYZ 59.13 68.5 26.63 -
YUV 209.33 75.33 137.04 -
System Red Green Blue C M Y K H S L
Decimal 222 221 116 0 0.00 0.48 0.13 59.43 0.62 0.66
Hex DE DD 74 0 0 30 D 3B 3E 42
Octal 336 335 164 0 0 60 15 73 76 102
Binary 11011110 11011101 1110100 0 0 110000 1101 111011 111110 1000010

Color Harmonies of #DEDD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD74

Black with #DEDD74

Text Example


Text Example

White with #DEDD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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