Html Css Color HEX #DEDA76 Goldenrod

📋 copy color: '#DEDA76'

red 222 ◦ green 218 ◦ blue 118

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

Shades of Goldenrod #DEDA76

Tints of Goldenrod #DEDA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.07%

 BLUE value IS 118 (46.48% from 255) = 21.15%

R = 39.78%
G = 39.07%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DEDA76 (or 0xDEDA76) is known color: Goldenrod. HEX triplet: DE, DA and 76. RGB value is (222,218,118). Sum of RGB (Red+Green+Blue) = 222+218+118=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA76 is #212589. Grayscale: #D0D0D0. Windows color (decimal): -2172298 or 7789278. OLE color: 7789278.

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

Color convert

RGB 222 218 118 -
CMYK 0 0.02 0.47 0.13
HSL 57.69º 0.61% 0.67% -
HSV(B) 57.69º 0.47% 0.87% -
XYZ 58.47 66.98 26.99 -
YUV 207.8 77.33 138.13 -
System Red Green Blue C M Y K H S L
Decimal 222 218 118 0 0.02 0.47 0.13 57.69 0.61 0.67
Hex DE DA 76 0 2 2F D 3A 3D 43
Octal 336 332 166 0 2 57 15 72 75 103
Binary 11011110 11011010 1110110 0 10 101111 1101 111010 111101 1000011

Color Harmonies of #DEDA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA76

Black with #DEDA76

Text Example


Text Example

White with #DEDA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA76; }

 p { color: rgb(222,218,118); }

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

background-color css

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

 a { background-color: rgb(222,218,118); }

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

border-color css

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

 span { border-color: rgb(222,218,118); }

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