Html Css Color HEX #D2C598 Tahuna Sands

📋 copy color: '#D2C598'

red 210 ◦ green 197 ◦ blue 152

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

Shades of Tahuna Sands #D2C598

Tints of Tahuna Sands #D2C598

RGB

 RED value IS 210 (82.42% from 255) = 37.57%

 GREEN value IS 197 (77.34% from 255) = 35.24%

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

R = 37.57%
G = 35.24%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D2C598 (or 0xD2C598) is known color: Tahuna Sands. HEX triplet: D2, C5 and 98. RGB value is (210,197,152). Sum of RGB (Red+Green+Blue) = 210+197+152=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C598 is #2D3A67. Grayscale: #C3C3C3. Windows color (decimal): -2964072 or 10012114. OLE color: 10012114.

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

Color convert

RGB 210 197 152 -
CMYK 0 0.06 0.28 0.18
HSL 46.55º 0.39% 0.71% -
HSV(B) 46.55º 0.28% 0.82% -
XYZ 52.21 55.9 37.74 -
YUV 195.76 103.31 138.16 -
System Red Green Blue C M Y K H S L
Decimal 210 197 152 0 0.06 0.28 0.18 46.55 0.39 0.71
Hex D2 C5 98 0 6 1C 12 2F 27 47
Octal 322 305 230 0 6 34 22 57 47 107
Binary 11010010 11000101 10011000 0 110 11100 10010 101111 100111 1000111

Color Harmonies of #D2C598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C598

Black with #D2C598

Text Example


Text Example

White with #D2C598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C598; }

 p { color: rgb(210,197,152); }

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

background-color css

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

 a { background-color: rgb(210,197,152); }

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

border-color css

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

 span { border-color: rgb(210,197,152); }

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