Html Css Color HEX #DCCB99 Tahuna Sands

📋 copy color: '#DCCB99'

red 220 ◦ green 203 ◦ blue 153

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

Shades of Tahuna Sands #DCCB99

Tints of Tahuna Sands #DCCB99

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.24%

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

R = 38.19%
G = 35.24%
B = 26.56%

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

#DCCB99 (or 0xDCCB99) is known color: Tahuna Sands. HEX triplet: DC, CB and 99. RGB value is (220,203,153). Sum of RGB (Red+Green+Blue) = 220+203+153=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 153 (60.16% from 255 or 26.56% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB99 is #233466. Grayscale: #CACACA. Windows color (decimal): -2307175 or 10079196. OLE color: 10079196.

HSL color Cylindrical-coordinate representation of color #DCCB99: hue angle of 44.78º 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 #DCCB99 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 153 -
CMYK 0 0.08 0.30 0.14
HSL 44.78º 0.49% 0.73% -
HSV(B) 44.78º 0.3% 0.86% -
XYZ 56.62 60.23 38.78 -
YUV 202.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 220 203 153 0 0.08 0.30 0.14 44.78 0.49 0.73
Hex DC CB 99 0 8 1E E 2D 31 49
Octal 334 313 231 0 10 36 16 55 61 111
Binary 11011100 11001011 10011001 0 1000 11110 1110 101101 110001 1001001

Color Harmonies of #DCCB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB99

Black with #DCCB99

Text Example


Text Example

White with #DCCB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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