Html Css Color HEX #D0C99C Tahuna Sands

📋 copy color: '#D0C99C'

red 208 ◦ green 201 ◦ blue 156

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

Shades of Tahuna Sands #D0C99C

Tints of Tahuna Sands #D0C99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.61%

R = 36.81%
G = 35.58%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0C99C (or 0xD0C99C) is known color: Tahuna Sands. HEX triplet: D0, C9 and 9C. RGB value is (208,201,156). Sum of RGB (Red+Green+Blue) = 208+201+156=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C99C is #2F3663. Grayscale: #C6C6C6. Windows color (decimal): -3094116 or 10275280. OLE color: 10275280.

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

Color convert

RGB 208 201 156 -
CMYK 0 0.03 0.25 0.18
HSL 51.92º 0.36% 0.71% -
HSV(B) 51.92º 0.25% 0.82% -
XYZ 52.9 57.58 39.78 -
YUV 197.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 208 201 156 0 0.03 0.25 0.18 51.92 0.36 0.71
Hex D0 C9 9C 0 3 19 12 34 24 47
Octal 320 311 234 0 3 31 22 64 44 107
Binary 11010000 11001001 10011100 0 11 11001 10010 110100 100100 1000111

Color Harmonies of #D0C99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C99C

Black with #D0C99C

Text Example


Text Example

White with #D0C99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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