Html Css Color HEX #D29B78 Feldspar

📋 copy color: '#D29B78'

red 210 ◦ green 155 ◦ blue 120

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

Shades of Feldspar #D29B78

Tints of Feldspar #D29B78

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.96%

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

R = 43.3%
G = 31.96%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D29B78 (or 0xD29B78) is known color: Feldspar. HEX triplet: D2, 9B and 78. RGB value is (210,155,120). Sum of RGB (Red+Green+Blue) = 210+155+120=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29B78 is #2D6487. Grayscale: #A7A7A7. Windows color (decimal): -2974856 or 7904210. OLE color: 7904210.

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

Color convert

RGB 210 155 120 -
CMYK 0 0.26 0.43 0.18
HSL 23.33º 0.5% 0.65% -
HSV(B) 23.33º 0.43% 0.82% -
XYZ 41.69 38.5 23 -
YUV 167.46 101.22 158.35 -
System Red Green Blue C M Y K H S L
Decimal 210 155 120 0 0.26 0.43 0.18 23.33 0.5 0.65
Hex D2 9B 78 0 1A 2B 12 17 32 41
Octal 322 233 170 0 32 53 22 27 62 101
Binary 11010010 10011011 1111000 0 11010 101011 10010 10111 110010 1000001

Color Harmonies of #D29B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29B78

Black with #D29B78

Text Example


Text Example

White with #D29B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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