Html Css Color HEX #DBC991 Tahuna Sands

📋 copy color: '#DBC991'

red 219 ◦ green 201 ◦ blue 145

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

Shades of Tahuna Sands #DBC991

Tints of Tahuna Sands #DBC991

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.58%

 BLUE value IS 145 (57.03% from 255) = 25.66%

R = 38.76%
G = 35.58%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DBC991 (or 0xDBC991) is known color: Tahuna Sands. HEX triplet: DB, C9 and 91. RGB value is (219,201,145). Sum of RGB (Red+Green+Blue) = 219+201+145=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 145 (57.03% from 255 or 25.66% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC991 is #24366E. Grayscale: #C8C8C8. Windows color (decimal): -2373231 or 9554395. OLE color: 9554395.

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

Color convert

RGB 219 201 145 -
CMYK 0 0.08 0.34 0.14
HSL 45.41º 0.51% 0.71% -
HSV(B) 45.41º 0.34% 0.86% -
XYZ 55.21 58.88 35.24 -
YUV 200 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 219 201 145 0 0.08 0.34 0.14 45.41 0.51 0.71
Hex DB C9 91 0 8 22 E 2D 33 47
Octal 333 311 221 0 10 42 16 55 63 107
Binary 11011011 11001001 10010001 0 1000 100010 1110 101101 110011 1000111

Color Harmonies of #DBC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC991

Black with #DBC991

Text Example


Text Example

White with #DBC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC991; }

 p { color: rgb(219,201,145); }

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

background-color css

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

 a { background-color: rgb(219,201,145); }

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

border-color css

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

 span { border-color: rgb(219,201,145); }

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