Html Css Color HEX #DBC993 Tahuna Sands

📋 copy color: '#DBC993'

red 219 ◦ green 201 ◦ blue 147

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

Shades of Tahuna Sands #DBC993

Tints of Tahuna Sands #DBC993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.93%

R = 38.62%
G = 35.45%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBC993 (or 0xDBC993) is known color: Tahuna Sands. HEX triplet: DB, C9 and 93. RGB value is (219,201,147). Sum of RGB (Red+Green+Blue) = 219+201+147=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 147 (57.81% from 255 or 25.93% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC993 is #24366C. Grayscale: #C8C8C8. Windows color (decimal): -2373229 or 9685467. OLE color: 9685467.

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

Color convert

RGB 219 201 147 -
CMYK 0 0.08 0.33 0.14
HSL 45º 0.5% 0.72% -
HSV(B) 45º 0.33% 0.86% -
XYZ 55.37 58.94 36.06 -
YUV 200.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 219 201 147 0 0.08 0.33 0.14 45 0.5 0.72
Hex DB C9 93 0 8 21 E 2D 32 48
Octal 333 311 223 0 10 41 16 55 62 110
Binary 11011011 11001001 10010011 0 1000 100001 1110 101101 110010 1001000

Color Harmonies of #DBC993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC993

Black with #DBC993

Text Example


Text Example

White with #DBC993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC993; }

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

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

background-color css

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

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

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

border-color css

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

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

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