Html Css Color HEX #D6CB98 Tahuna Sands

📋 copy color: '#D6CB98'

red 214 ◦ green 203 ◦ blue 152

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

Shades of Tahuna Sands #D6CB98

Tints of Tahuna Sands #D6CB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.71%

R = 37.61%
G = 35.68%
B = 26.71%

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

#D6CB98 (or 0xD6CB98) is known color: Tahuna Sands. HEX triplet: D6, CB and 98. RGB value is (214,203,152). Sum of RGB (Red+Green+Blue) = 214+203+152=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CB98 is #293467. Grayscale: #C8C8C8. Windows color (decimal): -2700392 or 10013654. OLE color: 10013654.

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

Color convert

RGB 214 203 152 -
CMYK 0 0.05 0.29 0.16
HSL 49.35º 0.43% 0.72% -
HSV(B) 49.35º 0.29% 0.84% -
XYZ 54.75 59.28 38.26 -
YUV 200.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 214 203 152 0 0.05 0.29 0.16 49.35 0.43 0.72
Hex D6 CB 98 0 5 1D 10 31 2B 48
Octal 326 313 230 0 5 35 20 61 53 110
Binary 11010110 11001011 10011000 0 101 11101 10000 110001 101011 1001000

Color Harmonies of #D6CB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB98

Black with #D6CB98

Text Example


Text Example

White with #D6CB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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