Html Css Color HEX #D29D78 Feldspar

📋 copy color: '#D29D78'

red 210 ◦ green 157 ◦ blue 120

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

Shades of Feldspar #D29D78

Tints of Feldspar #D29D78

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.24%

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

R = 43.12%
G = 32.24%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D29D78 (or 0xD29D78) is known color: Feldspar. HEX triplet: D2, 9D and 78. RGB value is (210,157,120). Sum of RGB (Red+Green+Blue) = 210+157+120=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D78 is #2D6287. Grayscale: #A8A8A8. Windows color (decimal): -2974344 or 7904722. OLE color: 7904722.

HSL color Cylindrical-coordinate representation of color #D29D78: hue angle of 24.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 #D29D78 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 157 120 -
CMYK 0 0.25 0.43 0.18
HSL 24.67º 0.5% 0.65% -
HSV(B) 24.67º 0.43% 0.82% -
XYZ 42.03 39.17 23.12 -
YUV 168.63 100.56 157.51 -
System Red Green Blue C M Y K H S L
Decimal 210 157 120 0 0.25 0.43 0.18 24.67 0.5 0.65
Hex D2 9D 78 0 19 2B 12 19 32 41
Octal 322 235 170 0 31 53 22 31 62 101
Binary 11010010 10011101 1111000 0 11001 101011 10010 11001 110010 1000001

Color Harmonies of #D29D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D78

Black with #D29D78

Text Example


Text Example

White with #D29D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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