Html Css Color HEX #DEDE74 Goldenrod

📋 copy color: '#DEDE74'

red 222 ◦ green 222 ◦ blue 116

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

Shades of Goldenrod #DEDE74

Tints of Goldenrod #DEDE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.71%

R = 39.64%
G = 39.64%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEDE74 (or 0xDEDE74) is known color: Goldenrod. HEX triplet: DE, DE and 74. RGB value is (222,222,116). Sum of RGB (Red+Green+Blue) = 222+222+116=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE74 is #21218B. Grayscale: #D2D2D2. Windows color (decimal): -2171276 or 7659230. OLE color: 7659230.

HSL color Cylindrical-coordinate representation of color #DEDE74: hue angle of 60º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEDE74 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 222 116 -
CMYK 0 0 0.48 0.13
HSL 60º 0.62% 0.66% -
HSV(B) 60º 0.48% 0.87% -
XYZ 59.4 69.03 26.72 -
YUV 209.92 75 136.62 -
System Red Green Blue C M Y K H S L
Decimal 222 222 116 0 0 0.48 0.13 60 0.62 0.66
Hex DE DE 74 0 0 30 D 3C 3E 42
Octal 336 336 164 0 0 60 15 74 76 102
Binary 11011110 11011110 1110100 0 0 110000 1101 111100 111110 1000010

Color Harmonies of #DEDE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE74

Black with #DEDE74

Text Example


Text Example

White with #DEDE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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