Html Css Color HEX #DACB8E Tahuna Sands

📋 copy color: '#DACB8E'

red 218 ◦ green 203 ◦ blue 142

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

Shades of Tahuna Sands #DACB8E

Tints of Tahuna Sands #DACB8E

RGB

 RED value IS 218 (85.55% from 255) = 38.72%

 GREEN value IS 203 (79.69% from 255) = 36.06%

 BLUE value IS 142 (55.86% from 255) = 25.22%

R = 38.72%
G = 36.06%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DACB8E (or 0xDACB8E) is known color: Tahuna Sands. HEX triplet: DA, CB and 8E. RGB value is (218,203,142). Sum of RGB (Red+Green+Blue) = 218+203+142=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACB8E is #253471. Grayscale: #C8C8C8. Windows color (decimal): -2438258 or 9358298. OLE color: 9358298.

HSL color Cylindrical-coordinate representation of color #DACB8E: hue angle of 48.16º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DACB8E is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 203 142 -
CMYK 0 0.07 0.35 0.15
HSL 48.16º 0.51% 0.71% -
HSV(B) 48.16º 0.35% 0.85% -
XYZ 55.15 59.57 34.18 -
YUV 200.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 218 203 142 0 0.07 0.35 0.15 48.16 0.51 0.71
Hex DA CB 8E 0 7 23 F 30 33 47
Octal 332 313 216 0 7 43 17 60 63 107
Binary 11011010 11001011 10001110 0 111 100011 1111 110000 110011 1000111

Color Harmonies of #DACB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB8E

Black with #DACB8E

Text Example


Text Example

White with #DACB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB8E; }

 p { color: rgb(218,203,142); }

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

background-color css

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

 a { background-color: rgb(218,203,142); }

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

border-color css

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

 span { border-color: rgb(218,203,142); }

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