Html Css Color HEX #DEDE64 Goldenrod

📋 copy color: '#DEDE64'

red 222 ◦ green 222 ◦ blue 100

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

Shades of Goldenrod #DEDE64

Tints of Goldenrod #DEDE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.38%

R = 40.81%
G = 40.81%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DEDE64 (or 0xDEDE64) is known color: Goldenrod. HEX triplet: DE, DE and 64. RGB value is (222,222,100). Sum of RGB (Red+Green+Blue) = 222+222+100=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE64 is #21219B. Grayscale: #D0D0D0. Windows color (decimal): -2171292 or 6610654. OLE color: 6610654.

HSL color Cylindrical-coordinate representation of color #DEDE64: 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.55%. Process color model (Four color, CMYK) of #DEDE64 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 222 100 -
CMYK 0 0 0.55 0.13
HSL 60º 0.65% 0.63% -
HSV(B) 60º 0.55% 0.87% -
XYZ 58.55 68.69 22.23 -
YUV 208.09 67 137.92 -
System Red Green Blue C M Y K H S L
Decimal 222 222 100 0 0 0.55 0.13 60 0.65 0.63
Hex DE DE 64 0 0 37 D 3C 41 3F
Octal 336 336 144 0 0 67 15 74 101 77
Binary 11011110 11011110 1100100 0 0 110111 1101 111100 1000001 111111

Color Harmonies of #DEDE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE64

Black with #DEDE64

Text Example


Text Example

White with #DEDE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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