Html Css Color HEX #D5CB98 Tahuna Sands

📋 copy color: '#D5CB98'

red 213 ◦ green 203 ◦ blue 152

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

Shades of Tahuna Sands #D5CB98

Tints of Tahuna Sands #D5CB98

RGB

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

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

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

R = 37.5%
G = 35.74%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D5CB98 (or 0xD5CB98) is known color: Tahuna Sands. HEX triplet: D5, CB and 98. RGB value is (213,203,152). Sum of RGB (Red+Green+Blue) = 213+203+152=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CB98 is #2A3467. Grayscale: #C8C8C8. Windows color (decimal): -2765928 or 10013653. OLE color: 10013653.

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

Color convert

RGB 213 203 152 -
CMYK 0 0.05 0.29 0.16
HSL 50.16º 0.42% 0.72% -
HSV(B) 50.16º 0.29% 0.84% -
XYZ 54.46 59.13 38.25 -
YUV 200.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 213 203 152 0 0.05 0.29 0.16 50.16 0.42 0.72
Hex D5 CB 98 0 5 1D 10 32 2A 48
Octal 325 313 230 0 5 35 20 62 52 110
Binary 11010101 11001011 10011000 0 101 11101 10000 110010 101010 1001000

Color Harmonies of #D5CB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CB98

Black with #D5CB98

Text Example


Text Example

White with #D5CB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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