Html Css Color HEX #D0C898 Tahuna Sands

📋 copy color: '#D0C898'

red 208 ◦ green 200 ◦ blue 152

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

Shades of Tahuna Sands #D0C898

Tints of Tahuna Sands #D0C898

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.71%

 BLUE value IS 152 (59.77% from 255) = 27.14%

R = 37.14%
G = 35.71%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D0C898 (or 0xD0C898) is known color: Tahuna Sands. HEX triplet: D0, C8 and 98. RGB value is (208,200,152). Sum of RGB (Red+Green+Blue) = 208+200+152=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C898 is #2F3767. Grayscale: #C5C5C5. Windows color (decimal): -3094376 or 10012880. OLE color: 10012880.

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

Color convert

RGB 208 200 152 -
CMYK 0 0.04 0.27 0.18
HSL 51.43º 0.37% 0.71% -
HSV(B) 51.43º 0.27% 0.82% -
XYZ 52.33 56.99 37.95 -
YUV 196.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 208 200 152 0 0.04 0.27 0.18 51.43 0.37 0.71
Hex D0 C8 98 0 4 1B 12 33 25 47
Octal 320 310 230 0 4 33 22 63 45 107
Binary 11010000 11001000 10011000 0 100 11011 10010 110011 100101 1000111

Color Harmonies of #D0C898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C898

Black with #D0C898

Text Example


Text Example

White with #D0C898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C898; }

 p { color: rgb(208,200,152); }

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

background-color css

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

 a { background-color: rgb(208,200,152); }

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

border-color css

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

 span { border-color: rgb(208,200,152); }

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