Html Css Color HEX #D6CB99 Tahuna Sands

📋 copy color: '#D6CB99'

red 214 ◦ green 203 ◦ blue 153

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

Shades of Tahuna Sands #D6CB99

Tints of Tahuna Sands #D6CB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.84%

R = 37.54%
G = 35.61%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6CB99 (or 0xD6CB99) is known color: Tahuna Sands. HEX triplet: D6, CB and 99. RGB value is (214,203,153). Sum of RGB (Red+Green+Blue) = 214+203+153=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CB99 is #293466. Grayscale: #C8C8C8. Windows color (decimal): -2700391 or 10079190. OLE color: 10079190.

HSL color Cylindrical-coordinate representation of color #D6CB99: hue angle of 49.18º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6CB99 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 153 -
CMYK 0 0.05 0.29 0.16
HSL 49.18º 0.43% 0.72% -
HSV(B) 49.18º 0.29% 0.84% -
XYZ 54.84 59.31 38.69 -
YUV 200.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 214 203 153 0 0.05 0.29 0.16 49.18 0.43 0.72
Hex D6 CB 99 0 5 1D 10 31 2B 48
Octal 326 313 231 0 5 35 20 61 53 110
Binary 11010110 11001011 10011001 0 101 11101 10000 110001 101011 1001000

Color Harmonies of #D6CB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB99

Black with #D6CB99

Text Example


Text Example

White with #D6CB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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