Html Css Color HEX #DEDD75 Goldenrod

📋 copy color: '#DEDD75'

red 222 ◦ green 221 ◦ blue 117

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

Shades of Goldenrod #DEDD75

Tints of Goldenrod #DEDD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.89%

R = 39.64%
G = 39.46%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DEDD75 (or 0xDEDD75) is known color: Goldenrod. HEX triplet: DE, DD and 75. RGB value is (222,221,117). Sum of RGB (Red+Green+Blue) = 222+221+117=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD75 is #21228A. Grayscale: #D1D1D1. Windows color (decimal): -2171531 or 7724510. OLE color: 7724510.

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

Color convert

RGB 222 221 117 -
CMYK 0 0.00 0.47 0.13
HSL 59.43º 0.61% 0.66% -
HSV(B) 59.43º 0.47% 0.87% -
XYZ 59.19 68.53 26.94 -
YUV 209.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 222 221 117 0 0.00 0.47 0.13 59.43 0.61 0.66
Hex DE DD 75 0 0 2F D 3B 3D 42
Octal 336 335 165 0 0 57 15 73 75 102
Binary 11011110 11011101 1110101 0 0 101111 1101 111011 111101 1000010

Color Harmonies of #DEDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD75

Black with #DEDD75

Text Example


Text Example

White with #DEDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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