Html Css Color HEX #D0C99E Tahuna Sands

📋 copy color: '#D0C99E'

red 208 ◦ green 201 ◦ blue 158

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

Shades of Tahuna Sands #D0C99E

Tints of Tahuna Sands #D0C99E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.45%

 BLUE value IS 158 (62.11% from 255) = 27.87%

R = 36.68%
G = 35.45%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0C99E (or 0xD0C99E) is known color: Tahuna Sands. HEX triplet: D0, C9 and 9E. RGB value is (208,201,158). Sum of RGB (Red+Green+Blue) = 208+201+158=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C99E is #2F3661. Grayscale: #C6C6C6. Windows color (decimal): -3094114 or 10406352. OLE color: 10406352.

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

Color convert

RGB 208 201 158 -
CMYK 0 0.03 0.24 0.18
HSL 51.6º 0.35% 0.72% -
HSV(B) 51.6º 0.24% 0.82% -
XYZ 53.07 57.65 40.68 -
YUV 198.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 208 201 158 0 0.03 0.24 0.18 51.6 0.35 0.72
Hex D0 C9 9E 0 3 18 12 34 23 48
Octal 320 311 236 0 3 30 22 64 43 110
Binary 11010000 11001001 10011110 0 11 11000 10010 110100 100011 1001000

Color Harmonies of #D0C99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C99E

Black with #D0C99E

Text Example


Text Example

White with #D0C99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C99E; }

 p { color: rgb(208,201,158); }

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

background-color css

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

 a { background-color: rgb(208,201,158); }

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

border-color css

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

 span { border-color: rgb(208,201,158); }

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