Html Css Color HEX #D0CA95 Tahuna Sands

📋 copy color: '#D0CA95'

red 208 ◦ green 202 ◦ blue 149

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

Shades of Tahuna Sands #D0CA95

Tints of Tahuna Sands #D0CA95

RGB

 RED value IS 208 (81.64% from 255) = 37.21%

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

 BLUE value IS 149 (58.59% from 255) = 26.65%

R = 37.21%
G = 36.14%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D0CA95 (or 0xD0CA95) is known color: Tahuna Sands. HEX triplet: D0, CA and 95. RGB value is (208,202,149). Sum of RGB (Red+Green+Blue) = 208+202+149=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA95 is #2F356A. Grayscale: #C5C5C5. Windows color (decimal): -3093867 or 9816784. OLE color: 9816784.

HSL color Cylindrical-coordinate representation of color #D0CA95: hue angle of 53.9º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0CA95 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 202 149 -
CMYK 0 0.03 0.28 0.18
HSL 53.9º 0.39% 0.7% -
HSV(B) 53.9º 0.28% 0.82% -
XYZ 52.56 57.82 36.82 -
YUV 197.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 208 202 149 0 0.03 0.28 0.18 53.9 0.39 0.7
Hex D0 CA 95 0 3 1C 12 36 27 46
Octal 320 312 225 0 3 34 22 66 47 106
Binary 11010000 11001010 10010101 0 11 11100 10010 110110 100111 1000110

Color Harmonies of #D0CA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CA95

Black with #D0CA95

Text Example


Text Example

White with #D0CA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CA95; }

 p { color: rgb(208,202,149); }

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

background-color css

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

 a { background-color: rgb(208,202,149); }

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

border-color css

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

 span { border-color: rgb(208,202,149); }

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