Html Css Color HEX #D5CA98 Tahuna Sands

📋 copy color: '#D5CA98'

red 213 ◦ green 202 ◦ blue 152

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

Shades of Tahuna Sands #D5CA98

Tints of Tahuna Sands #D5CA98

RGB

 RED value IS 213 (83.59% from 255) = 37.57%

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

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

R = 37.57%
G = 35.63%
B = 26.81%

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

#D5CA98 (or 0xD5CA98) is known color: Tahuna Sands. HEX triplet: D5, CA and 98. RGB value is (213,202,152). Sum of RGB (Red+Green+Blue) = 213+202+152=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA98 is #2A3567. Grayscale: #C7C7C7. Windows color (decimal): -2766184 or 10013397. OLE color: 10013397.

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

Color convert

RGB 213 202 152 -
CMYK 0 0.05 0.29 0.16
HSL 49.18º 0.42% 0.72% -
HSV(B) 49.18º 0.29% 0.84% -
XYZ 54.23 58.65 38.17 -
YUV 199.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 213 202 152 0 0.05 0.29 0.16 49.18 0.42 0.72
Hex D5 CA 98 0 5 1D 10 31 2A 48
Octal 325 312 230 0 5 35 20 61 52 110
Binary 11010101 11001010 10011000 0 101 11101 10000 110001 101010 1001000

Color Harmonies of #D5CA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA98

Black with #D5CA98

Text Example


Text Example

White with #D5CA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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