Html Css Color HEX #DEDD64 Goldenrod

📋 copy color: '#DEDD64'

red 222 ◦ green 221 ◦ blue 100

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

Shades of Goldenrod #DEDD64

Tints of Goldenrod #DEDD64

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.7%

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

R = 40.88%
G = 40.7%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DEDD64 (or 0xDEDD64) is known color: Goldenrod. HEX triplet: DE, DD and 64. RGB value is (222,221,100). Sum of RGB (Red+Green+Blue) = 222+221+100=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD64 is #21229B. Grayscale: #CFCFCF. Windows color (decimal): -2171548 or 6610398. OLE color: 6610398.

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

Color convert

RGB 222 221 100 -
CMYK 0 0.00 0.55 0.13
HSL 59.51º 0.65% 0.63% -
HSV(B) 59.51º 0.55% 0.87% -
XYZ 58.28 68.16 22.14 -
YUV 207.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 222 221 100 0 0.00 0.55 0.13 59.51 0.65 0.63
Hex DE DD 64 0 0 37 D 3C 41 3F
Octal 336 335 144 0 0 67 15 74 101 77
Binary 11011110 11011101 1100100 0 0 110111 1101 111100 1000001 111111

Color Harmonies of #DEDD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD64

Black with #DEDD64

Text Example


Text Example

White with #DEDD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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