Html Css Color HEX #D5C491 Tahuna Sands

📋 copy color: '#D5C491'

red 213 ◦ green 196 ◦ blue 145

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

Shades of Tahuna Sands #D5C491

Tints of Tahuna Sands #D5C491

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.38%

 BLUE value IS 145 (57.03% from 255) = 26.17%

R = 38.45%
G = 35.38%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D5C491 (or 0xD5C491) is known color: Tahuna Sands. HEX triplet: D5, C4 and 91. RGB value is (213,196,145). Sum of RGB (Red+Green+Blue) = 213+196+145=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C491 is #2A3B6E. Grayscale: #C3C3C3. Windows color (decimal): -2767727 or 9553109. OLE color: 9553109.

HSL color Cylindrical-coordinate representation of color #D5C491: hue angle of 45º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5C491 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 196 145 -
CMYK 0 0.08 0.32 0.16
HSL 45º 0.45% 0.7% -
HSV(B) 45º 0.32% 0.84% -
XYZ 52.29 55.67 34.78 -
YUV 195.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 213 196 145 0 0.08 0.32 0.16 45 0.45 0.7
Hex D5 C4 91 0 8 20 10 2D 2D 46
Octal 325 304 221 0 10 40 20 55 55 106
Binary 11010101 11000100 10010001 0 1000 100000 10000 101101 101101 1000110

Color Harmonies of #D5C491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C491

Black with #D5C491

Text Example


Text Example

White with #D5C491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C491; }

 p { color: rgb(213,196,145); }

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

background-color css

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

 a { background-color: rgb(213,196,145); }

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

border-color css

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

 span { border-color: rgb(213,196,145); }

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