Html Css Color HEX #D29C72 Feldspar

📋 copy color: '#D29C72'

red 210 ◦ green 156 ◦ blue 114

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

Shades of Feldspar #D29C72

Tints of Feldspar #D29C72

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.5%

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

R = 43.75%
G = 32.5%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D29C72 (or 0xD29C72) is known color: Feldspar. HEX triplet: D2, 9C and 72. RGB value is (210,156,114). Sum of RGB (Red+Green+Blue) = 210+156+114=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C72 is #2D638D. Grayscale: #A7A7A7. Windows color (decimal): -2974606 or 7511250. OLE color: 7511250.

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

Color convert

RGB 210 156 114 -
CMYK 0 0.26 0.46 0.18
HSL 26.25º 0.52% 0.64% -
HSV(B) 26.25º 0.46% 0.82% -
XYZ 41.5 38.69 21.2 -
YUV 167.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 210 156 114 0 0.26 0.46 0.18 26.25 0.52 0.64
Hex D2 9C 72 0 1A 2E 12 1A 34 40
Octal 322 234 162 0 32 56 22 32 64 100
Binary 11010010 10011100 1110010 0 11010 101110 10010 11010 110100 1000000

Color Harmonies of #D29C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C72

Black with #D29C72

Text Example


Text Example

White with #D29C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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