Html Css Color HEX #DED764 Goldenrod

📋 copy color: '#DED764'

red 222 ◦ green 215 ◦ blue 100

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

Shades of Goldenrod #DED764

Tints of Goldenrod #DED764

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.04%

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

R = 41.34%
G = 40.04%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DED764 (or 0xDED764) is known color: Goldenrod. HEX triplet: DE, D7 and 64. RGB value is (222,215,100). Sum of RGB (Red+Green+Blue) = 222+215+100=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DED764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED764 is #21289B. Grayscale: #CCCCCC. Windows color (decimal): -2173084 or 6608862. OLE color: 6608862.

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

Color convert

RGB 222 215 100 -
CMYK 0 0.03 0.55 0.13
HSL 56.56º 0.65% 0.63% -
HSV(B) 56.56º 0.55% 0.87% -
XYZ 56.72 65.05 21.62 -
YUV 203.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 222 215 100 0 0.03 0.55 0.13 56.56 0.65 0.63
Hex DE D7 64 0 3 37 D 39 41 3F
Octal 336 327 144 0 3 67 15 71 101 77
Binary 11011110 11010111 1100100 0 11 110111 1101 111001 1000001 111111

Color Harmonies of #DED764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED764

Black with #DED764

Text Example


Text Example

White with #DED764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED764; }

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

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

background-color css

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

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

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

border-color css

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

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

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