Html Css Color HEX #DCCA99 Tahuna Sands

📋 copy color: '#DCCA99'

red 220 ◦ green 202 ◦ blue 153

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

Shades of Tahuna Sands #DCCA99

Tints of Tahuna Sands #DCCA99

RGB

 RED value IS 220 (86.33% from 255) = 38.26%

 GREEN value IS 202 (79.3% from 255) = 35.13%

 BLUE value IS 153 (60.16% from 255) = 26.61%

R = 38.26%
G = 35.13%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCCA99 (or 0xDCCA99) is known color: Tahuna Sands. HEX triplet: DC, CA and 99. RGB value is (220,202,153). Sum of RGB (Red+Green+Blue) = 220+202+153=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA99 is #233566. Grayscale: #CACACA. Windows color (decimal): -2307431 or 10078940. OLE color: 10078940.

HSL color Cylindrical-coordinate representation of color #DCCA99: hue angle of 43.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCCA99 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 153 -
CMYK 0 0.08 0.30 0.14
HSL 43.88º 0.49% 0.73% -
HSV(B) 43.88º 0.3% 0.86% -
XYZ 56.39 59.76 38.7 -
YUV 201.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 220 202 153 0 0.08 0.30 0.14 43.88 0.49 0.73
Hex DC CA 99 0 8 1E E 2C 31 49
Octal 334 312 231 0 10 36 16 54 61 111
Binary 11011100 11001010 10011001 0 1000 11110 1110 101100 110001 1001001

Color Harmonies of #DCCA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA99

Black with #DCCA99

Text Example


Text Example

White with #DCCA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA99; }

 p { color: rgb(220,202,153); }

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

background-color css

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

 a { background-color: rgb(220,202,153); }

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

border-color css

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

 span { border-color: rgb(220,202,153); }

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