Html Css Color HEX #D29B74 Feldspar

📋 copy color: '#D29B74'

red 210 ◦ green 155 ◦ blue 116

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

Shades of Feldspar #D29B74

Tints of Feldspar #D29B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.12%

R = 43.66%
G = 32.22%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D29B74 (or 0xD29B74) is known color: Feldspar. HEX triplet: D2, 9B and 74. RGB value is (210,155,116). Sum of RGB (Red+Green+Blue) = 210+155+116=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29B74 is #2D648B. Grayscale: #A7A7A7. Windows color (decimal): -2974860 or 7642066. OLE color: 7642066.

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

Color convert

RGB 210 155 116 -
CMYK 0 0.26 0.45 0.18
HSL 24.89º 0.51% 0.64% -
HSV(B) 24.89º 0.45% 0.82% -
XYZ 41.45 38.41 21.75 -
YUV 167 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 210 155 116 0 0.26 0.45 0.18 24.89 0.51 0.64
Hex D2 9B 74 0 1A 2D 12 19 33 40
Octal 322 233 164 0 32 55 22 31 63 100
Binary 11010010 10011011 1110100 0 11010 101101 10010 11001 110011 1000000

Color Harmonies of #D29B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29B74

Black with #D29B74

Text Example


Text Example

White with #D29B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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