Html Css Color HEX #DEDE6E Goldenrod

📋 copy color: '#DEDE6E'

red 222 ◦ green 222 ◦ blue 110

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

Shades of Goldenrod #DEDE6E

Tints of Goldenrod #DEDE6E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.07%

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

R = 40.07%
G = 40.07%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DEDE6E (or 0xDEDE6E) is known color: Goldenrod. HEX triplet: DE, DE and 6E. RGB value is (222,222,110). Sum of RGB (Red+Green+Blue) = 222+222+110=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE6E is #212191. Grayscale: #D1D1D1. Windows color (decimal): -2171282 or 7266014. OLE color: 7266014.

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

Color convert

RGB 222 222 110 -
CMYK 0 0 0.50 0.13
HSL 60º 0.63% 0.65% -
HSV(B) 60º 0.5% 0.87% -
XYZ 59.06 68.9 24.94 -
YUV 209.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 222 222 110 0 0 0.50 0.13 60 0.63 0.65
Hex DE DE 6E 0 0 32 D 3C 3F 41
Octal 336 336 156 0 0 62 15 74 77 101
Binary 11011110 11011110 1101110 0 0 110010 1101 111100 111111 1000001

Color Harmonies of #DEDE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE6E

Black with #DEDE6E

Text Example


Text Example

White with #DEDE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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