Html Css Color HEX #DEDD7D Goldenrod

📋 copy color: '#DEDD7D'

red 222 ◦ green 221 ◦ blue 125

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

Shades of Goldenrod #DEDD7D

Tints of Goldenrod #DEDD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.01%

R = 39.08%
G = 38.91%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DEDD7D (or 0xDEDD7D) is known color: Goldenrod. HEX triplet: DE, DD and 7D. RGB value is (222,221,125). Sum of RGB (Red+Green+Blue) = 222+221+125=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD7D is #212282. Grayscale: #D2D2D2. Windows color (decimal): -2171523 or 8248798. OLE color: 8248798.

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

Color convert

RGB 222 221 125 -
CMYK 0 0.00 0.44 0.13
HSL 59.38º 0.6% 0.68% -
HSV(B) 59.38º 0.44% 0.87% -
XYZ 59.68 68.72 29.52 -
YUV 210.36 79.83 136.31 -
System Red Green Blue C M Y K H S L
Decimal 222 221 125 0 0.00 0.44 0.13 59.38 0.6 0.68
Hex DE DD 7D 0 0 2C D 3B 3C 44
Octal 336 335 175 0 0 54 15 73 74 104
Binary 11011110 11011101 1111101 0 0 101100 1101 111011 111100 1000100

Color Harmonies of #DEDD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD7D

Black with #DEDD7D

Text Example


Text Example

White with #DEDD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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