Html Css Color HEX #D6CA98 Tahuna Sands

📋 copy color: '#D6CA98'

red 214 ◦ green 202 ◦ blue 152

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

Shades of Tahuna Sands #D6CA98

Tints of Tahuna Sands #D6CA98

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.56%

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

R = 37.68%
G = 35.56%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6CA98 (or 0xD6CA98) is known color: Tahuna Sands. HEX triplet: D6, CA and 98. RGB value is (214,202,152). Sum of RGB (Red+Green+Blue) = 214+202+152=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA98 is #293567. Grayscale: #C8C8C8. Windows color (decimal): -2700648 or 10013398. OLE color: 10013398.

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

Color convert

RGB 214 202 152 -
CMYK 0 0.06 0.29 0.16
HSL 48.39º 0.43% 0.72% -
HSV(B) 48.39º 0.29% 0.84% -
XYZ 54.52 58.8 38.18 -
YUV 199.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 214 202 152 0 0.06 0.29 0.16 48.39 0.43 0.72
Hex D6 CA 98 0 6 1D 10 30 2B 48
Octal 326 312 230 0 6 35 20 60 53 110
Binary 11010110 11001010 10011000 0 110 11101 10000 110000 101011 1001000

Color Harmonies of #D6CA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA98

Black with #D6CA98

Text Example


Text Example

White with #D6CA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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