Html Css Color HEX #DEDE70 Goldenrod

📋 copy color: '#DEDE70'

red 222 ◦ green 222 ◦ blue 112

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

Shades of Goldenrod #DEDE70

Tints of Goldenrod #DEDE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.14%

R = 39.93%
G = 39.93%
B = 20.14%

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

#DEDE70 (or 0xDEDE70) is known color: Goldenrod. HEX triplet: DE, DE and 70. RGB value is (222,222,112). Sum of RGB (Red+Green+Blue) = 222+222+112=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE70 is #21218F. Grayscale: #D1D1D1. Windows color (decimal): -2171280 or 7397086. OLE color: 7397086.

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

Color convert

RGB 222 222 112 -
CMYK 0 0 0.50 0.13
HSL 60º 0.63% 0.65% -
HSV(B) 60º 0.5% 0.87% -
XYZ 59.17 68.94 25.52 -
YUV 209.46 73 136.94 -
System Red Green Blue C M Y K H S L
Decimal 222 222 112 0 0 0.50 0.13 60 0.63 0.65
Hex DE DE 70 0 0 32 D 3C 3E 41
Octal 336 336 160 0 0 62 15 74 76 101
Binary 11011110 11011110 1110000 0 0 110010 1101 111100 111110 1000001

Color Harmonies of #DEDE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE70

Black with #DEDE70

Text Example


Text Example

White with #DEDE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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