Html Css Color HEX #D8CB96 Tahuna Sands

📋 copy color: '#D8CB96'

red 216 ◦ green 203 ◦ blue 150

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

Shades of Tahuna Sands #D8CB96

Tints of Tahuna Sands #D8CB96

RGB

 RED value IS 216 (84.77% from 255) = 37.96%

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

 BLUE value IS 150 (58.98% from 255) = 26.36%

R = 37.96%
G = 35.68%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8CB96 (or 0xD8CB96) is known color: Tahuna Sands. HEX triplet: D8, CB and 96. RGB value is (216,203,150). Sum of RGB (Red+Green+Blue) = 216+203+150=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CB96 is #273469. Grayscale: #C9C9C9. Windows color (decimal): -2569322 or 9882584. OLE color: 9882584.

HSL color Cylindrical-coordinate representation of color #D8CB96: hue angle of 48.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8CB96 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 203 150 -
CMYK 0 0.06 0.31 0.15
HSL 48.18º 0.46% 0.72% -
HSV(B) 48.18º 0.31% 0.85% -
XYZ 55.18 59.51 37.43 -
YUV 200.85 99.31 138.81 -
System Red Green Blue C M Y K H S L
Decimal 216 203 150 0 0.06 0.31 0.15 48.18 0.46 0.72
Hex D8 CB 96 0 6 1F F 30 2E 48
Octal 330 313 226 0 6 37 17 60 56 110
Binary 11011000 11001011 10010110 0 110 11111 1111 110000 101110 1001000

Color Harmonies of #D8CB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CB96

Black with #D8CB96

Text Example


Text Example

White with #D8CB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CB96; }

 p { color: rgb(216,203,150); }

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

background-color css

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

 a { background-color: rgb(216,203,150); }

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

border-color css

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

 span { border-color: rgb(216,203,150); }

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