Html Css Color HEX #D5C998 Tahuna Sands

📋 copy color: '#D5C998'

red 213 ◦ green 201 ◦ blue 152

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

Shades of Tahuna Sands #D5C998

Tints of Tahuna Sands #D5C998

RGB

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

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

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

R = 37.63%
G = 35.51%
B = 26.86%

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

#D5C998 (or 0xD5C998) is known color: Tahuna Sands. HEX triplet: D5, C9 and 98. RGB value is (213,201,152). Sum of RGB (Red+Green+Blue) = 213+201+152=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C998 is #2A3667. Grayscale: #C7C7C7. Windows color (decimal): -2766440 or 10013141. OLE color: 10013141.

HSL color Cylindrical-coordinate representation of color #D5C998: hue angle of 48.2º 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 #D5C998 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 201 152 -
CMYK 0 0.06 0.29 0.16
HSL 48.2º 0.42% 0.72% -
HSV(B) 48.2º 0.29% 0.84% -
XYZ 53.99 58.19 38.09 -
YUV 199 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 213 201 152 0 0.06 0.29 0.16 48.2 0.42 0.72
Hex D5 C9 98 0 6 1D 10 30 2A 48
Octal 325 311 230 0 6 35 20 60 52 110
Binary 11010101 11001001 10011000 0 110 11101 10000 110000 101010 1001000

Color Harmonies of #D5C998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C998

Black with #D5C998

Text Example


Text Example

White with #D5C998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C998; }

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

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

background-color css

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

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

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

border-color css

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

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

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