Html Css Color HEX #DBCF93 Tahuna Sands

📋 copy color: '#DBCF93'

red 219 ◦ green 207 ◦ blue 147

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

Shades of Tahuna Sands #DBCF93

Tints of Tahuna Sands #DBCF93

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.13%

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

R = 38.22%
G = 36.13%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBCF93 (or 0xDBCF93) is known color: Tahuna Sands. HEX triplet: DB, CF and 93. RGB value is (219,207,147). Sum of RGB (Red+Green+Blue) = 219+207+147=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF93 is #24306C. Grayscale: #CCCCCC. Windows color (decimal): -2371693 or 9687003. OLE color: 9687003.

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

Color convert

RGB 219 207 147 -
CMYK 0 0.05 0.33 0.14
HSL 50º 0.5% 0.72% -
HSV(B) 50º 0.33% 0.86% -
XYZ 56.79 61.79 36.54 -
YUV 203.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 219 207 147 0 0.05 0.33 0.14 50 0.5 0.72
Hex DB CF 93 0 5 21 E 32 32 48
Octal 333 317 223 0 5 41 16 62 62 110
Binary 11011011 11001111 10010011 0 101 100001 1110 110010 110010 1001000

Color Harmonies of #DBCF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF93

Black with #DBCF93

Text Example


Text Example

White with #DBCF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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