Html Css Color HEX #DEDB7E Goldenrod

📋 copy color: '#DEDB7E'

red 222 ◦ green 219 ◦ blue 126

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

Shades of Goldenrod #DEDB7E

Tints of Goldenrod #DEDB7E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.62%

 BLUE value IS 126 (49.61% from 255) = 22.22%

R = 39.15%
G = 38.62%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DEDB7E (or 0xDEDB7E) is known color: Goldenrod. HEX triplet: DE, DB and 7E. RGB value is (222,219,126). Sum of RGB (Red+Green+Blue) = 222+219+126=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB7E is #212481. Grayscale: #D1D1D1. Windows color (decimal): -2172034 or 8313822. OLE color: 8313822.

HSL color Cylindrical-coordinate representation of color #DEDB7E: hue angle of 58.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEDB7E is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 219 126 -
CMYK 0 0.01 0.43 0.13
HSL 58.13º 0.59% 0.68% -
HSV(B) 58.13º 0.43% 0.87% -
XYZ 59.22 67.7 29.68 -
YUV 209.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 222 219 126 0 0.01 0.43 0.13 58.13 0.59 0.68
Hex DE DB 7E 0 1 2B D 3A 3B 44
Octal 336 333 176 0 1 53 15 72 73 104
Binary 11011110 11011011 1111110 0 1 101011 1101 111010 111011 1000100

Color Harmonies of #DEDB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB7E

Black with #DEDB7E

Text Example


Text Example

White with #DEDB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB7E; }

 p { color: rgb(222,219,126); }

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

background-color css

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

 a { background-color: rgb(222,219,126); }

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

border-color css

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

 span { border-color: rgb(222,219,126); }

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