Html Css Color HEX #DBCD93 Tahuna Sands

📋 copy color: '#DBCD93'

red 219 ◦ green 205 ◦ blue 147

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

Shades of Tahuna Sands #DBCD93

Tints of Tahuna Sands #DBCD93

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.9%

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

R = 38.35%
G = 35.9%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBCD93 (or 0xDBCD93) is known color: Tahuna Sands. HEX triplet: DB, CD and 93. RGB value is (219,205,147). Sum of RGB (Red+Green+Blue) = 219+205+147=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCD93 is #24326C. Grayscale: #CACACA. Windows color (decimal): -2372205 or 9686491. OLE color: 9686491.

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

Color convert

RGB 219 205 147 -
CMYK 0 0.06 0.33 0.14
HSL 48.33º 0.5% 0.72% -
HSV(B) 48.33º 0.33% 0.86% -
XYZ 56.31 60.83 36.38 -
YUV 202.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 219 205 147 0 0.06 0.33 0.14 48.33 0.5 0.72
Hex DB CD 93 0 6 21 E 30 32 48
Octal 333 315 223 0 6 41 16 60 62 110
Binary 11011011 11001101 10010011 0 110 100001 1110 110000 110010 1001000

Color Harmonies of #DBCD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD93

Black with #DBCD93

Text Example


Text Example

White with #DBCD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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