Html Css Color HEX #D4967F Feldspar

📋 copy color: '#D4967F'

red 212 ◦ green 150 ◦ blue 127

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

Shades of Feldspar #D4967F

Tints of Feldspar #D4967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.67%

 BLUE value IS 127 (50% from 255) = 25.97%

R = 43.35%
G = 30.67%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4967F (or 0xD4967F) is known color: Feldspar. HEX triplet: D4, 96 and 7F. RGB value is (212,150,127). Sum of RGB (Red+Green+Blue) = 212+150+127=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4967F is #2B6980. Grayscale: #A6A6A6. Windows color (decimal): -2845057 or 8361684. OLE color: 8361684.

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

Color convert

RGB 212 150 127 -
CMYK 0 0.29 0.40 0.17
HSL 16.24º 0.5% 0.66% -
HSV(B) 16.24º 0.4% 0.83% -
XYZ 41.89 37.34 25.08 -
YUV 165.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 212 150 127 0 0.29 0.40 0.17 16.24 0.5 0.66
Hex D4 96 7F 0 1D 28 11 10 32 42
Octal 324 226 177 0 35 50 21 20 62 102
Binary 11010100 10010110 1111111 0 11101 101000 10001 10000 110010 1000010

Color Harmonies of #D4967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4967F

Black with #D4967F

Text Example


Text Example

White with #D4967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4967F; }

 p { color: rgb(212,150,127); }

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

background-color css

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

 a { background-color: rgb(212,150,127); }

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

border-color css

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

 span { border-color: rgb(212,150,127); }

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