Html Css Color HEX #D6CB96 Tahuna Sands

📋 copy color: '#D6CB96'

red 214 ◦ green 203 ◦ blue 150

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

Shades of Tahuna Sands #D6CB96

Tints of Tahuna Sands #D6CB96

RGB

 RED value IS 214 (83.98% from 255) = 37.74%

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

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

R = 37.74%
G = 35.8%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6CB96 (or 0xD6CB96) is known color: Tahuna Sands. HEX triplet: D6, CB and 96. RGB value is (214,203,150). Sum of RGB (Red+Green+Blue) = 214+203+150=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CB96 is #293469. Grayscale: #C8C8C8. Windows color (decimal): -2700394 or 9882582. OLE color: 9882582.

HSL color Cylindrical-coordinate representation of color #D6CB96: hue angle of 49.69º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6CB96 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 150 -
CMYK 0 0.05 0.30 0.16
HSL 49.69º 0.44% 0.71% -
HSV(B) 49.69º 0.3% 0.84% -
XYZ 54.59 59.21 37.41 -
YUV 200.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 214 203 150 0 0.05 0.30 0.16 49.69 0.44 0.71
Hex D6 CB 96 0 5 1E 10 32 2C 47
Octal 326 313 226 0 5 36 20 62 54 107
Binary 11010110 11001011 10010110 0 101 11110 10000 110010 101100 1000111

Color Harmonies of #D6CB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB96

Black with #D6CB96

Text Example


Text Example

White with #D6CB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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