Html Css Color HEX #D29A82 Feldspar

📋 copy color: '#D29A82'

red 210 ◦ green 154 ◦ blue 130

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

Shades of Feldspar #D29A82

Tints of Feldspar #D29A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.32%

R = 42.51%
G = 31.17%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D29A82 (or 0xD29A82) is known color: Feldspar. HEX triplet: D2, 9A and 82. RGB value is (210,154,130). Sum of RGB (Red+Green+Blue) = 210+154+130=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A82 is #2D657D. Grayscale: #A8A8A8. Windows color (decimal): -2975102 or 8559314. OLE color: 8559314.

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

Color convert

RGB 210 154 130 -
CMYK 0 0.27 0.38 0.18
HSL 18º 0.47% 0.67% -
HSV(B) 18º 0.38% 0.82% -
XYZ 42.16 38.42 26.31 -
YUV 168.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 210 154 130 0 0.27 0.38 0.18 18 0.47 0.67
Hex D2 9A 82 0 1B 26 12 12 2F 43
Octal 322 232 202 0 33 46 22 22 57 103
Binary 11010010 10011010 10000010 0 11011 100110 10010 10010 101111 1000011

Color Harmonies of #D29A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A82

Black with #D29A82

Text Example


Text Example

White with #D29A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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