Html Css Color HEX #D0CA99 Tahuna Sands

📋 copy color: '#D0CA99'

red 208 ◦ green 202 ◦ blue 153

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

Shades of Tahuna Sands #D0CA99

Tints of Tahuna Sands #D0CA99

RGB

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

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

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

R = 36.94%
G = 35.88%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0CA99 (or 0xD0CA99) is known color: Tahuna Sands. HEX triplet: D0, CA and 99. RGB value is (208,202,153). Sum of RGB (Red+Green+Blue) = 208+202+153=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA99 is #2F3566. Grayscale: #C6C6C6. Windows color (decimal): -3093863 or 10078928. OLE color: 10078928.

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

Color convert

RGB 208 202 153 -
CMYK 0 0.03 0.26 0.18
HSL 53.45º 0.37% 0.71% -
HSV(B) 53.45º 0.26% 0.82% -
XYZ 52.88 57.95 38.54 -
YUV 198.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 208 202 153 0 0.03 0.26 0.18 53.45 0.37 0.71
Hex D0 CA 99 0 3 1A 12 35 25 47
Octal 320 312 231 0 3 32 22 65 45 107
Binary 11010000 11001010 10011001 0 11 11010 10010 110101 100101 1000111

Color Harmonies of #D0CA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CA99

Black with #D0CA99

Text Example


Text Example

White with #D0CA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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