Html Css Color HEX #DCCC9B Tahuna Sands

📋 copy color: '#DCCC9B'

red 220 ◦ green 204 ◦ blue 155

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

Shades of Tahuna Sands #DCCC9B

Tints of Tahuna Sands #DCCC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.77%

R = 38%
G = 35.23%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCCC9B (or 0xDCCC9B) is known color: Tahuna Sands. HEX triplet: DC, CC and 9B. RGB value is (220,204,155). Sum of RGB (Red+Green+Blue) = 220+204+155=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC9B is #233364. Grayscale: #CBCBCB. Windows color (decimal): -2306917 or 10210524. OLE color: 10210524.

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

Color convert

RGB 220 204 155 -
CMYK 0 0.07 0.30 0.14
HSL 45.23º 0.48% 0.74% -
HSV(B) 45.23º 0.3% 0.86% -
XYZ 57.02 60.77 39.73 -
YUV 203.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 220 204 155 0 0.07 0.30 0.14 45.23 0.48 0.74
Hex DC CC 9B 0 7 1E E 2D 30 4A
Octal 334 314 233 0 7 36 16 55 60 112
Binary 11011100 11001100 10011011 0 111 11110 1110 101101 110000 1001010

Color Harmonies of #DCCC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC9B

Black with #DCCC9B

Text Example


Text Example

White with #DCCC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC9B; }

 p { color: rgb(220,204,155); }

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

background-color css

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

 a { background-color: rgb(220,204,155); }

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

border-color css

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

 span { border-color: rgb(220,204,155); }

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