Html Css Color HEX #D5CA99 Tahuna Sands

📋 copy color: '#D5CA99'

red 213 ◦ green 202 ◦ blue 153

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

Shades of Tahuna Sands #D5CA99

Tints of Tahuna Sands #D5CA99

RGB

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

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

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

R = 37.5%
G = 35.56%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5CA99 (or 0xD5CA99) is known color: Tahuna Sands. HEX triplet: D5, CA and 99. RGB value is (213,202,153). Sum of RGB (Red+Green+Blue) = 213+202+153=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA99 is #2A3566. Grayscale: #C7C7C7. Windows color (decimal): -2766183 or 10078933. OLE color: 10078933.

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

Color convert

RGB 213 202 153 -
CMYK 0 0.05 0.28 0.16
HSL 49º 0.42% 0.72% -
HSV(B) 49º 0.28% 0.84% -
XYZ 54.31 58.69 38.6 -
YUV 199.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 213 202 153 0 0.05 0.28 0.16 49 0.42 0.72
Hex D5 CA 99 0 5 1C 10 31 2A 48
Octal 325 312 231 0 5 34 20 61 52 110
Binary 11010101 11001010 10011001 0 101 11100 10000 110001 101010 1001000

Color Harmonies of #D5CA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA99

Black with #D5CA99

Text Example


Text Example

White with #D5CA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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