Html Css Color HEX #DECC68 Golden Sand

📋 copy color: '#DECC68'

red 222 ◦ green 204 ◦ blue 104

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

Shades of Golden Sand #DECC68

Tints of Golden Sand #DECC68

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.49%

 BLUE value IS 104 (41.02% from 255) = 19.62%

R = 41.89%
G = 38.49%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DECC68 (or 0xDECC68) is known color: Golden Sand. HEX triplet: DE, CC and 68. RGB value is (222,204,104). Sum of RGB (Red+Green+Blue) = 222+204+104=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC68 is #213397. Grayscale: #C6C6C6. Windows color (decimal): -2175896 or 6868190. OLE color: 6868190.

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

Color convert

RGB 222 204 104 -
CMYK 0 0.08 0.53 0.13
HSL 50.85º 0.64% 0.64% -
HSV(B) 50.85º 0.53% 0.87% -
XYZ 54.22 59.71 21.77 -
YUV 197.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 222 204 104 0 0.08 0.53 0.13 50.85 0.64 0.64
Hex DE CC 68 0 8 35 D 33 40 40
Octal 336 314 150 0 10 65 15 63 100 100
Binary 11011110 11001100 1101000 0 1000 110101 1101 110011 1000000 1000000

Color Harmonies of #DECC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC68

Black with #DECC68

Text Example


Text Example

White with #DECC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC68; }

 p { color: rgb(222,204,104); }

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

background-color css

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

 a { background-color: rgb(222,204,104); }

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

border-color css

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

 span { border-color: rgb(222,204,104); }

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