Html Css Color HEX #DED864 Goldenrod

📋 copy color: '#DED864'

red 222 ◦ green 216 ◦ blue 100

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

Shades of Goldenrod #DED864

Tints of Goldenrod #DED864

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.15%

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

R = 41.26%
G = 40.15%
B = 18.59%

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

#DED864 (or 0xDED864) is known color: Goldenrod. HEX triplet: DE, D8 and 64. RGB value is (222,216,100). Sum of RGB (Red+Green+Blue) = 222+216+100=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DED864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED864 is #21279B. Grayscale: #CDCDCD. Windows color (decimal): -2172828 or 6609118. OLE color: 6609118.

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

Color convert

RGB 222 216 100 -
CMYK 0 0.03 0.55 0.13
HSL 57.05º 0.65% 0.63% -
HSV(B) 57.05º 0.55% 0.87% -
XYZ 56.98 65.56 21.71 -
YUV 204.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 222 216 100 0 0.03 0.55 0.13 57.05 0.65 0.63
Hex DE D8 64 0 3 37 D 39 41 3F
Octal 336 330 144 0 3 67 15 71 101 77
Binary 11011110 11011000 1100100 0 11 110111 1101 111001 1000001 111111

Color Harmonies of #DED864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED864

Black with #DED864

Text Example


Text Example

White with #DED864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED864; }

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

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

background-color css

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

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

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

border-color css

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

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

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