Html Css Color HEX #DED564 Goldenrod

📋 copy color: '#DED564'

red 222 ◦ green 213 ◦ blue 100

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

Shades of Goldenrod #DED564

Tints of Goldenrod #DED564

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.81%

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

R = 41.5%
G = 39.81%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DED564 (or 0xDED564) is known color: Goldenrod. HEX triplet: DE, D5 and 64. RGB value is (222,213,100). Sum of RGB (Red+Green+Blue) = 222+213+100=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DED564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED564 is #212A9B. Grayscale: #CBCBCB. Windows color (decimal): -2173596 or 6608350. OLE color: 6608350.

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

Color convert

RGB 222 213 100 -
CMYK 0 0.04 0.55 0.13
HSL 55.57º 0.65% 0.63% -
HSV(B) 55.57º 0.55% 0.87% -
XYZ 56.22 64.04 21.45 -
YUV 202.81 69.98 141.69 -
System Red Green Blue C M Y K H S L
Decimal 222 213 100 0 0.04 0.55 0.13 55.57 0.65 0.63
Hex DE D5 64 0 4 37 D 38 41 3F
Octal 336 325 144 0 4 67 15 70 101 77
Binary 11011110 11010101 1100100 0 100 110111 1101 111000 1000001 111111

Color Harmonies of #DED564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED564

Black with #DED564

Text Example


Text Example

White with #DED564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED564; }

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

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

background-color css

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

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

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

border-color css

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

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

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