Html Css Color HEX #DBC990 Tahuna Sands

📋 copy color: '#DBC990'

red 219 ◦ green 201 ◦ blue 144

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

Shades of Tahuna Sands #DBC990

Tints of Tahuna Sands #DBC990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.53%

R = 38.83%
G = 35.64%
B = 25.53%

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

#DBC990 (or 0xDBC990) is known color: Tahuna Sands. HEX triplet: DB, C9 and 90. RGB value is (219,201,144). Sum of RGB (Red+Green+Blue) = 219+201+144=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC990 is #24366F. Grayscale: #C8C8C8. Windows color (decimal): -2373232 or 9488859. OLE color: 9488859.

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

Color convert

RGB 219 201 144 -
CMYK 0 0.08 0.34 0.14
HSL 45.6º 0.51% 0.71% -
HSV(B) 45.6º 0.34% 0.86% -
XYZ 55.13 58.85 34.84 -
YUV 199.88 96.46 141.63 -
System Red Green Blue C M Y K H S L
Decimal 219 201 144 0 0.08 0.34 0.14 45.6 0.51 0.71
Hex DB C9 90 0 8 22 E 2E 33 47
Octal 333 311 220 0 10 42 16 56 63 107
Binary 11011011 11001001 10010000 0 1000 100010 1110 101110 110011 1000111

Color Harmonies of #DBC990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC990

Black with #DBC990

Text Example


Text Example

White with #DBC990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC990; }

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

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

background-color css

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

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

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

border-color css

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

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

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