Html Css Color HEX #DED064 Golden Sand

📋 copy color: '#DED064'

red 222 ◦ green 208 ◦ blue 100

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

Shades of Golden Sand #DED064

Tints of Golden Sand #DED064

RGB

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

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

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

R = 41.89%
G = 39.25%
B = 18.87%

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

#DED064 (or 0xDED064) is known color: Golden Sand. HEX triplet: DE, D0 and 64. RGB value is (222,208,100). Sum of RGB (Red+Green+Blue) = 222+208+100=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DED064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED064 is #212F9B. Grayscale: #C8C8C8. Windows color (decimal): -2174876 or 6607070. OLE color: 6607070.

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

Color convert

RGB 222 208 100 -
CMYK 0 0.06 0.55 0.13
HSL 53.11º 0.65% 0.63% -
HSV(B) 53.11º 0.55% 0.87% -
XYZ 54.98 61.56 21.04 -
YUV 199.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 222 208 100 0 0.06 0.55 0.13 53.11 0.65 0.63
Hex DE D0 64 0 6 37 D 35 41 3F
Octal 336 320 144 0 6 67 15 65 101 77
Binary 11011110 11010000 1100100 0 110 110111 1101 110101 1000001 111111

Color Harmonies of #DED064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED064

Black with #DED064

Text Example


Text Example

White with #DED064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED064; }

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

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

background-color css

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

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

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

border-color css

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

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

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