Html Css Color HEX #DED063 Golden Sand

📋 copy color: '#DED063'

red 222 ◦ green 208 ◦ blue 99

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

Shades of Golden Sand #DED063

Tints of Golden Sand #DED063

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.32%

 BLUE value IS 99 (39.06% from 255) = 18.71%

R = 41.97%
G = 39.32%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DED063 (or 0xDED063) is known color: Golden Sand. HEX triplet: DE, D0 and 63. RGB value is (222,208,99). Sum of RGB (Red+Green+Blue) = 222+208+99=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DED063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED063 is #212F9C. Grayscale: #C8C8C8. Windows color (decimal): -2174877 or 6541534. OLE color: 6541534.

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

Color convert

RGB 222 208 99 -
CMYK 0 0.06 0.55 0.13
HSL 53.17º 0.65% 0.63% -
HSV(B) 53.17º 0.55% 0.87% -
XYZ 54.93 61.54 20.79 -
YUV 199.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 222 208 99 0 0.06 0.55 0.13 53.17 0.65 0.63
Hex DE D0 63 0 6 37 D 35 41 3F
Octal 336 320 143 0 6 67 15 65 101 77
Binary 11011110 11010000 1100011 0 110 110111 1101 110101 1000001 111111

Color Harmonies of #DED063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED063

Black with #DED063

Text Example


Text Example

White with #DED063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED063; }

 p { color: rgb(222,208,99); }

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

background-color css

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

 a { background-color: rgb(222,208,99); }

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

border-color css

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

 span { border-color: rgb(222,208,99); }

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