Html Css Color HEX #DED96E Goldenrod

📋 copy color: '#DED96E'

red 222 ◦ green 217 ◦ blue 110

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

Shades of Goldenrod #DED96E

Tints of Goldenrod #DED96E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.53%

 BLUE value IS 110 (43.36% from 255) = 20.04%

R = 40.44%
G = 39.53%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DED96E (or 0xDED96E) is known color: Goldenrod. HEX triplet: DE, D9 and 6E. RGB value is (222,217,110). Sum of RGB (Red+Green+Blue) = 222+217+110=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DED96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED96E is #212691. Grayscale: #CECECE. Windows color (decimal): -2172562 or 7264734. OLE color: 7264734.

HSL color Cylindrical-coordinate representation of color #DED96E: hue angle of 57.32º degrees, saturation: 0.63, 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 #DED96E is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 217 110 -
CMYK 0 0.02 0.50 0.13
HSL 57.32º 0.63% 0.65% -
HSV(B) 57.32º 0.5% 0.87% -
XYZ 57.75 66.28 24.5 -
YUV 206.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 222 217 110 0 0.02 0.50 0.13 57.32 0.63 0.65
Hex DE D9 6E 0 2 32 D 39 3F 41
Octal 336 331 156 0 2 62 15 71 77 101
Binary 11011110 11011001 1101110 0 10 110010 1101 111001 111111 1000001

Color Harmonies of #DED96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED96E

Black with #DED96E

Text Example


Text Example

White with #DED96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED96E; }

 p { color: rgb(222,217,110); }

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

background-color css

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

 a { background-color: rgb(222,217,110); }

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

border-color css

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

 span { border-color: rgb(222,217,110); }

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