Html Css Color HEX #D49C7B Feldspar

📋 copy color: '#D49C7B'

red 212 ◦ green 156 ◦ blue 123

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

Shades of Feldspar #D49C7B

Tints of Feldspar #D49C7B

RGB

 RED value IS 212 (83.2% from 255) = 43.18%

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

 BLUE value IS 123 (48.44% from 255) = 25.05%

R = 43.18%
G = 31.77%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D49C7B (or 0xD49C7B) is known color: Feldspar. HEX triplet: D4, 9C and 7B. RGB value is (212,156,123). Sum of RGB (Red+Green+Blue) = 212+156+123=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C7B is #2B6384. Grayscale: #A9A9A9. Windows color (decimal): -2843525 or 8101076. OLE color: 8101076.

HSL color Cylindrical-coordinate representation of color #D49C7B: hue angle of 22.25º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D49C7B is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 156 123 -
CMYK 0 0.26 0.42 0.17
HSL 22.25º 0.51% 0.66% -
HSV(B) 22.25º 0.42% 0.83% -
XYZ 42.62 39.2 24.06 -
YUV 168.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 212 156 123 0 0.26 0.42 0.17 22.25 0.51 0.66
Hex D4 9C 7B 0 1A 2A 11 16 33 42
Octal 324 234 173 0 32 52 21 26 63 102
Binary 11010100 10011100 1111011 0 11010 101010 10001 10110 110011 1000010

Color Harmonies of #D49C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C7B

Black with #D49C7B

Text Example


Text Example

White with #D49C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C7B; }

 p { color: rgb(212,156,123); }

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

background-color css

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

 a { background-color: rgb(212,156,123); }

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

border-color css

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

 span { border-color: rgb(212,156,123); }

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