Html Css Color HEX #DED464 Goldenrod

📋 copy color: '#DED464'

red 222 ◦ green 212 ◦ blue 100

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

Shades of Goldenrod #DED464

Tints of Goldenrod #DED464

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.7%

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

R = 41.57%
G = 39.7%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DED464 (or 0xDED464) is known color: Goldenrod. HEX triplet: DE, D4 and 64. RGB value is (222,212,100). Sum of RGB (Red+Green+Blue) = 222+212+100=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DED464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED464 is #212B9B. Grayscale: #CACACA. Windows color (decimal): -2173852 or 6608094. OLE color: 6608094.

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

Color convert

RGB 222 212 100 -
CMYK 0 0.05 0.55 0.13
HSL 55.08º 0.65% 0.63% -
HSV(B) 55.08º 0.55% 0.87% -
XYZ 55.97 63.54 21.37 -
YUV 202.22 70.31 142.11 -
System Red Green Blue C M Y K H S L
Decimal 222 212 100 0 0.05 0.55 0.13 55.08 0.65 0.63
Hex DE D4 64 0 5 37 D 37 41 3F
Octal 336 324 144 0 5 67 15 67 101 77
Binary 11011110 11010100 1100100 0 101 110111 1101 110111 1000001 111111

Color Harmonies of #DED464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED464

Black with #DED464

Text Example


Text Example

White with #DED464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED464; }

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

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

background-color css

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

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

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

border-color css

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

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

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