Html Css Color HEX #D59A7B Feldspar

📋 copy color: '#D59A7B'

red 213 ◦ green 154 ◦ blue 123

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

Shades of Feldspar #D59A7B

Tints of Feldspar #D59A7B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.43%

 BLUE value IS 123 (48.44% from 255) = 25.1%

R = 43.47%
G = 31.43%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D59A7B (or 0xD59A7B) is known color: Feldspar. HEX triplet: D5, 9A and 7B. RGB value is (213,154,123). Sum of RGB (Red+Green+Blue) = 213+154+123=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A7B is #2A6584. Grayscale: #A8A8A8. Windows color (decimal): -2778501 or 8100565. OLE color: 8100565.

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

Color convert

RGB 213 154 123 -
CMYK 0 0.28 0.42 0.16
HSL 20.67º 0.52% 0.66% -
HSV(B) 20.67º 0.42% 0.84% -
XYZ 42.57 38.69 23.96 -
YUV 168.11 102.55 160.02 -
System Red Green Blue C M Y K H S L
Decimal 213 154 123 0 0.28 0.42 0.16 20.67 0.52 0.66
Hex D5 9A 7B 0 1C 2A 10 15 34 42
Octal 325 232 173 0 34 52 20 25 64 102
Binary 11010101 10011010 1111011 0 11100 101010 10000 10101 110100 1000010

Color Harmonies of #D59A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A7B

Black with #D59A7B

Text Example


Text Example

White with #D59A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A7B; }

 p { color: rgb(213,154,123); }

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

background-color css

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

 a { background-color: rgb(213,154,123); }

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

border-color css

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

 span { border-color: rgb(213,154,123); }

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