Html Css Color HEX #D0CB95 Tahuna Sands

📋 copy color: '#D0CB95'

red 208 ◦ green 203 ◦ blue 149

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

Shades of Tahuna Sands #D0CB95

Tints of Tahuna Sands #D0CB95

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.25%

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

R = 37.14%
G = 36.25%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D0CB95 (or 0xD0CB95) is known color: Tahuna Sands. HEX triplet: D0, CB and 95. RGB value is (208,203,149). Sum of RGB (Red+Green+Blue) = 208+203+149=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB95 is #2F346A. Grayscale: #C6C6C6. Windows color (decimal): -3093611 or 9817040. OLE color: 9817040.

HSL color Cylindrical-coordinate representation of color #D0CB95: hue angle of 54.92º 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 #D0CB95 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 203 149 -
CMYK 0 0.02 0.28 0.18
HSL 54.92º 0.39% 0.7% -
HSV(B) 54.92º 0.28% 0.82% -
XYZ 52.79 58.29 36.9 -
YUV 198.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 208 203 149 0 0.02 0.28 0.18 54.92 0.39 0.7
Hex D0 CB 95 0 2 1C 12 37 27 46
Octal 320 313 225 0 2 34 22 67 47 106
Binary 11010000 11001011 10010101 0 10 11100 10010 110111 100111 1000110

Color Harmonies of #D0CB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CB95

Black with #D0CB95

Text Example


Text Example

White with #D0CB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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