Html Css Color HEX #D4916C Feldspar

📋 copy color: '#D4916C'

red 212 ◦ green 145 ◦ blue 108

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

Shades of Feldspar #D4916C

Tints of Feldspar #D4916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.18%

 BLUE value IS 108 (42.58% from 255) = 23.23%

R = 45.59%
G = 31.18%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4916C (or 0xD4916C) is known color: Feldspar. HEX triplet: D4, 91 and 6C. RGB value is (212,145,108). Sum of RGB (Red+Green+Blue) = 212+145+108=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4916C is #2B6E93. Grayscale: #A1A1A1. Windows color (decimal): -2846356 or 7115220. OLE color: 7115220.

HSL color Cylindrical-coordinate representation of color #D4916C: hue angle of 21.35º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4916C is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 145 108 -
CMYK 0 0.32 0.49 0.17
HSL 21.35º 0.55% 0.63% -
HSV(B) 21.35º 0.49% 0.83% -
XYZ 39.98 35.33 18.9 -
YUV 160.82 98.2 164.51 -
System Red Green Blue C M Y K H S L
Decimal 212 145 108 0 0.32 0.49 0.17 21.35 0.55 0.63
Hex D4 91 6C 0 20 31 11 15 37 3F
Octal 324 221 154 0 40 61 21 25 67 77
Binary 11010100 10010001 1101100 0 100000 110001 10001 10101 110111 111111

Color Harmonies of #D4916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4916C

Black with #D4916C

Text Example


Text Example

White with #D4916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4916C; }

 p { color: rgb(212,145,108); }

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

background-color css

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

 a { background-color: rgb(212,145,108); }

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

border-color css

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

 span { border-color: rgb(212,145,108); }

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