Html Css Color HEX #D5C898 Tahuna Sands

📋 copy color: '#D5C898'

red 213 ◦ green 200 ◦ blue 152

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

Shades of Tahuna Sands #D5C898

Tints of Tahuna Sands #D5C898

RGB

 RED value IS 213 (83.59% from 255) = 37.7%

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

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

R = 37.7%
G = 35.4%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D5C898 (or 0xD5C898) is known color: Tahuna Sands. HEX triplet: D5, C8 and 98. RGB value is (213,200,152). Sum of RGB (Red+Green+Blue) = 213+200+152=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C898 is #2A3767. Grayscale: #C6C6C6. Windows color (decimal): -2766696 or 10012885. OLE color: 10012885.

HSL color Cylindrical-coordinate representation of color #D5C898: hue angle of 47.21º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5C898 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 200 152 -
CMYK 0 0.06 0.29 0.16
HSL 47.21º 0.42% 0.72% -
HSV(B) 47.21º 0.29% 0.84% -
XYZ 53.76 57.72 38.01 -
YUV 198.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 213 200 152 0 0.06 0.29 0.16 47.21 0.42 0.72
Hex D5 C8 98 0 6 1D 10 2F 2A 48
Octal 325 310 230 0 6 35 20 57 52 110
Binary 11010101 11001000 10011000 0 110 11101 10000 101111 101010 1001000

Color Harmonies of #D5C898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C898

Black with #D5C898

Text Example


Text Example

White with #D5C898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C898; }

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

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

background-color css

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

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

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

border-color css

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

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

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