Html Css Color HEX #DED97A Goldenrod

📋 copy color: '#DED97A'

red 222 ◦ green 217 ◦ blue 122

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

Shades of Goldenrod #DED97A

Tints of Goldenrod #DED97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.75%

R = 39.57%
G = 38.68%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DED97A (or 0xDED97A) is known color: Goldenrod. HEX triplet: DE, D9 and 7A. RGB value is (222,217,122). Sum of RGB (Red+Green+Blue) = 222+217+122=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DED97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED97A is #212685. Grayscale: #D0D0D0. Windows color (decimal): -2172550 or 8051166. OLE color: 8051166.

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

Color convert

RGB 222 217 122 -
CMYK 0 0.02 0.45 0.13
HSL 57º 0.6% 0.67% -
HSV(B) 57º 0.45% 0.87% -
XYZ 58.45 66.56 28.18 -
YUV 207.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 222 217 122 0 0.02 0.45 0.13 57 0.6 0.67
Hex DE D9 7A 0 2 2D D 39 3C 43
Octal 336 331 172 0 2 55 15 71 74 103
Binary 11011110 11011001 1111010 0 10 101101 1101 111001 111100 1000011

Color Harmonies of #DED97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED97A

Black with #DED97A

Text Example


Text Example

White with #DED97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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