Html Css Color HEX #D29A72 Feldspar

📋 copy color: '#D29A72'

red 210 ◦ green 154 ◦ blue 114

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

Shades of Feldspar #D29A72

Tints of Feldspar #D29A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.85%

R = 43.93%
G = 32.22%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D29A72 (or 0xD29A72) is known color: Feldspar. HEX triplet: D2, 9A and 72. RGB value is (210,154,114). Sum of RGB (Red+Green+Blue) = 210+154+114=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A72 is #2D658D. Grayscale: #A6A6A6. Windows color (decimal): -2975118 or 7510738. OLE color: 7510738.

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

Color convert

RGB 210 154 114 -
CMYK 0 0.27 0.46 0.18
HSL 25º 0.52% 0.64% -
HSV(B) 25º 0.46% 0.82% -
XYZ 41.17 38.03 21.09 -
YUV 166.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 210 154 114 0 0.27 0.46 0.18 25 0.52 0.64
Hex D2 9A 72 0 1B 2E 12 19 34 40
Octal 322 232 162 0 33 56 22 31 64 100
Binary 11010010 10011010 1110010 0 11011 101110 10010 11001 110100 1000000

Color Harmonies of #D29A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A72

Black with #D29A72

Text Example


Text Example

White with #D29A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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