Html Css Color HEX #D29B7C Feldspar

📋 copy color: '#D29B7C'

red 210 ◦ green 155 ◦ blue 124

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

Shades of Feldspar #D29B7C

Tints of Feldspar #D29B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.36%

R = 42.94%
G = 31.7%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D29B7C (or 0xD29B7C) is known color: Feldspar. HEX triplet: D2, 9B and 7C. RGB value is (210,155,124). Sum of RGB (Red+Green+Blue) = 210+155+124=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29B7C is #2D6483. Grayscale: #A8A8A8. Windows color (decimal): -2974852 or 8166354. OLE color: 8166354.

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

Color convert

RGB 210 155 124 -
CMYK 0 0.26 0.41 0.18
HSL 21.63º 0.49% 0.65% -
HSV(B) 21.63º 0.41% 0.82% -
XYZ 41.94 38.6 24.31 -
YUV 167.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 210 155 124 0 0.26 0.41 0.18 21.63 0.49 0.65
Hex D2 9B 7C 0 1A 29 12 16 31 41
Octal 322 233 174 0 32 51 22 26 61 101
Binary 11010010 10011011 1111100 0 11010 101001 10010 10110 110001 1000001

Color Harmonies of #D29B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29B7C

Black with #D29B7C

Text Example


Text Example

White with #D29B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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