Html Css Color HEX #D29A78 Feldspar

📋 copy color: '#D29A78'

red 210 ◦ green 154 ◦ blue 120

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

Shades of Feldspar #D29A78

Tints of Feldspar #D29A78

RGB

 RED value IS 210 (82.42% from 255) = 43.39%

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

 BLUE value IS 120 (47.27% from 255) = 24.79%

R = 43.39%
G = 31.82%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D29A78 (or 0xD29A78) is known color: Feldspar. HEX triplet: D2, 9A and 78. RGB value is (210,154,120). Sum of RGB (Red+Green+Blue) = 210+154+120=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A78 is #2D6587. Grayscale: #A7A7A7. Windows color (decimal): -2975112 or 7903954. OLE color: 7903954.

HSL color Cylindrical-coordinate representation of color #D29A78: hue angle of 22.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D29A78 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 154 120 -
CMYK 0 0.27 0.43 0.18
HSL 22.67º 0.5% 0.65% -
HSV(B) 22.67º 0.43% 0.82% -
XYZ 41.52 38.17 22.95 -
YUV 166.87 101.55 158.76 -
System Red Green Blue C M Y K H S L
Decimal 210 154 120 0 0.27 0.43 0.18 22.67 0.5 0.65
Hex D2 9A 78 0 1B 2B 12 17 32 41
Octal 322 232 170 0 33 53 22 27 62 101
Binary 11010010 10011010 1111000 0 11011 101011 10010 10111 110010 1000001

Color Harmonies of #D29A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A78

Black with #D29A78

Text Example


Text Example

White with #D29A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A78; }

 p { color: rgb(210,154,120); }

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

background-color css

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

 a { background-color: rgb(210,154,120); }

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

border-color css

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

 span { border-color: rgb(210,154,120); }

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