Html Css Color HEX #D29A7D Feldspar

📋 copy color: '#D29A7D'

red 210 ◦ green 154 ◦ blue 125

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

Shades of Feldspar #D29A7D

Tints of Feldspar #D29A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.56%

R = 42.94%
G = 31.49%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D29A7D (or 0xD29A7D) is known color: Feldspar. HEX triplet: D2, 9A and 7D. RGB value is (210,154,125). Sum of RGB (Red+Green+Blue) = 210+154+125=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A7D is #2D6582. Grayscale: #A7A7A7. Windows color (decimal): -2975107 or 8231634. OLE color: 8231634.

HSL color Cylindrical-coordinate representation of color #D29A7D: hue angle of 20.47º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D29A7D is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 154 125 -
CMYK 0 0.27 0.40 0.18
HSL 20.47º 0.49% 0.66% -
HSV(B) 20.47º 0.4% 0.82% -
XYZ 41.84 38.29 24.59 -
YUV 167.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 210 154 125 0 0.27 0.40 0.18 20.47 0.49 0.66
Hex D2 9A 7D 0 1B 28 12 14 31 42
Octal 322 232 175 0 33 50 22 24 61 102
Binary 11010010 10011010 1111101 0 11011 101000 10010 10100 110001 1000010

Color Harmonies of #D29A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A7D

Black with #D29A7D

Text Example


Text Example

White with #D29A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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