Html Css Color HEX #D49C7D Feldspar

📋 copy color: '#D49C7D'

red 212 ◦ green 156 ◦ blue 125

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

Shades of Feldspar #D49C7D

Tints of Feldspar #D49C7D

RGB

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

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

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

R = 43%
G = 31.64%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D49C7D (or 0xD49C7D) is known color: Feldspar. HEX triplet: D4, 9C and 7D. RGB value is (212,156,125). Sum of RGB (Red+Green+Blue) = 212+156+125=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C7D is #2B6382. Grayscale: #A9A9A9. Windows color (decimal): -2843523 or 8232148. OLE color: 8232148.

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

Color convert

RGB 212 156 125 -
CMYK 0 0.26 0.41 0.17
HSL 21.38º 0.5% 0.66% -
HSV(B) 21.38º 0.41% 0.83% -
XYZ 42.74 39.25 24.73 -
YUV 169.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 212 156 125 0 0.26 0.41 0.17 21.38 0.5 0.66
Hex D4 9C 7D 0 1A 29 11 15 32 42
Octal 324 234 175 0 32 51 21 25 62 102
Binary 11010100 10011100 1111101 0 11010 101001 10001 10101 110010 1000010

Color Harmonies of #D49C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C7D

Black with #D49C7D

Text Example


Text Example

White with #D49C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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