Html Css Color HEX #DEDE62 Goldenrod

📋 copy color: '#DEDE62'

red 222 ◦ green 222 ◦ blue 98

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

Shades of Goldenrod #DEDE62

Tints of Goldenrod #DEDE62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.08%

R = 40.96%
G = 40.96%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DEDE62 (or 0xDEDE62) is known color: Goldenrod. HEX triplet: DE, DE and 62. RGB value is (222,222,98). Sum of RGB (Red+Green+Blue) = 222+222+98=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE62 is #21219D. Grayscale: #D0D0D0. Windows color (decimal): -2171294 or 6479582. OLE color: 6479582.

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

Color convert

RGB 222 222 98 -
CMYK 0 0 0.56 0.13
HSL 60º 0.65% 0.63% -
HSV(B) 60º 0.56% 0.87% -
XYZ 58.45 68.65 21.73 -
YUV 207.86 66 138.08 -
System Red Green Blue C M Y K H S L
Decimal 222 222 98 0 0 0.56 0.13 60 0.65 0.63
Hex DE DE 62 0 0 38 D 3C 41 3F
Octal 336 336 142 0 0 70 15 74 101 77
Binary 11011110 11011110 1100010 0 0 111000 1101 111100 1000001 111111

Color Harmonies of #DEDE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE62

Black with #DEDE62

Text Example


Text Example

White with #DEDE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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