Html Css Color HEX #DBCC9A Tahuna Sands

📋 copy color: '#DBCC9A'

red 219 ◦ green 204 ◦ blue 154

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

Shades of Tahuna Sands #DBCC9A

Tints of Tahuna Sands #DBCC9A

RGB

 RED value IS 219 (85.94% from 255) = 37.95%

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

 BLUE value IS 154 (60.55% from 255) = 26.69%

R = 37.95%
G = 35.36%
B = 26.69%

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

#DBCC9A (or 0xDBCC9A) is known color: Tahuna Sands. HEX triplet: DB, CC and 9A. RGB value is (219,204,154). Sum of RGB (Red+Green+Blue) = 219+204+154=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC9A is #243365. Grayscale: #CBCBCB. Windows color (decimal): -2372454 or 10144987. OLE color: 10144987.

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

Color convert

RGB 219 204 154 -
CMYK 0 0.07 0.30 0.14
HSL 46.15º 0.47% 0.73% -
HSV(B) 46.15º 0.3% 0.86% -
XYZ 56.64 60.58 39.28 -
YUV 202.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 219 204 154 0 0.07 0.30 0.14 46.15 0.47 0.73
Hex DB CC 9A 0 7 1E E 2E 2F 49
Octal 333 314 232 0 7 36 16 56 57 111
Binary 11011011 11001100 10011010 0 111 11110 1110 101110 101111 1001001

Color Harmonies of #DBCC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC9A

Black with #DBCC9A

Text Example


Text Example

White with #DBCC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC9A; }

 p { color: rgb(219,204,154); }

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

background-color css

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

 a { background-color: rgb(219,204,154); }

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

border-color css

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

 span { border-color: rgb(219,204,154); }

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