Html Css Color HEX #DBCA9B Tahuna Sands

📋 copy color: '#DBCA9B'

red 219 ◦ green 202 ◦ blue 155

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

Shades of Tahuna Sands #DBCA9B

Tints of Tahuna Sands #DBCA9B

RGB

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

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

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

R = 38.02%
G = 35.07%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBCA9B (or 0xDBCA9B) is known color: Tahuna Sands. HEX triplet: DB, CA and 9B. RGB value is (219,202,155). Sum of RGB (Red+Green+Blue) = 219+202+155=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA9B is #243564. Grayscale: #C9C9C9. Windows color (decimal): -2372965 or 10210011. OLE color: 10210011.

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

Color convert

RGB 219 202 155 -
CMYK 0 0.08 0.29 0.14
HSL 44.06º 0.47% 0.73% -
HSV(B) 44.06º 0.29% 0.86% -
XYZ 56.25 59.67 39.56 -
YUV 201.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 219 202 155 0 0.08 0.29 0.14 44.06 0.47 0.73
Hex DB CA 9B 0 8 1D E 2C 2F 49
Octal 333 312 233 0 10 35 16 54 57 111
Binary 11011011 11001010 10011011 0 1000 11101 1110 101100 101111 1001001

Color Harmonies of #DBCA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA9B

Black with #DBCA9B

Text Example


Text Example

White with #DBCA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA9B; }

 p { color: rgb(219,202,155); }

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

background-color css

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

 a { background-color: rgb(219,202,155); }

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

border-color css

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

 span { border-color: rgb(219,202,155); }

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