Html Css Color HEX #DED066 Golden Sand

📋 copy color: '#DED066'

red 222 ◦ green 208 ◦ blue 102

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

Shades of Golden Sand #DED066

Tints of Golden Sand #DED066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.17%

R = 41.73%
G = 39.1%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DED066 (or 0xDED066) is known color: Golden Sand. HEX triplet: DE, D0 and 66. RGB value is (222,208,102). Sum of RGB (Red+Green+Blue) = 222+208+102=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DED066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED066 is #212F99. Grayscale: #C8C8C8. Windows color (decimal): -2174874 or 6738142. OLE color: 6738142.

HSL color Cylindrical-coordinate representation of color #DED066: hue angle of 53º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DED066 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 208 102 -
CMYK 0 0.06 0.54 0.13
HSL 53º 0.65% 0.64% -
HSV(B) 53º 0.54% 0.87% -
XYZ 55.08 61.6 21.56 -
YUV 200.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 222 208 102 0 0.06 0.54 0.13 53 0.65 0.64
Hex DE D0 66 0 6 36 D 35 41 40
Octal 336 320 146 0 6 66 15 65 101 100
Binary 11011110 11010000 1100110 0 110 110110 1101 110101 1000001 1000000

Color Harmonies of #DED066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED066

Black with #DED066

Text Example


Text Example

White with #DED066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED066; }

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

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

background-color css

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

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

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

border-color css

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

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

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