Html Css Color HEX #D0917E Feldspar

📋 copy color: '#D0917E'

red 208 ◦ green 145 ◦ blue 126

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

Shades of Feldspar #D0917E

Tints of Feldspar #D0917E

RGB

 RED value IS 208 (81.64% from 255) = 43.42%

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

 BLUE value IS 126 (49.61% from 255) = 26.3%

R = 43.42%
G = 30.27%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0917E (or 0xD0917E) is known color: Feldspar. HEX triplet: D0, 91 and 7E. RGB value is (208,145,126). Sum of RGB (Red+Green+Blue) = 208+145+126=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0917E is #2F6E81. Grayscale: #A1A1A1. Windows color (decimal): -3108482 or 8294864. OLE color: 8294864.

HSL color Cylindrical-coordinate representation of color #D0917E: hue angle of 13.9º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0917E is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 126 -
CMYK 0 0.30 0.39 0.18
HSL 13.9º 0.47% 0.65% -
HSV(B) 13.9º 0.39% 0.82% -
XYZ 39.9 35.17 24.42 -
YUV 161.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 208 145 126 0 0.30 0.39 0.18 13.9 0.47 0.65
Hex D0 91 7E 0 1E 27 12 E 2F 41
Octal 320 221 176 0 36 47 22 16 57 101
Binary 11010000 10010001 1111110 0 11110 100111 10010 1110 101111 1000001

Color Harmonies of #D0917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0917E

Black with #D0917E

Text Example


Text Example

White with #D0917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0917E; }

 p { color: rgb(208,145,126); }

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

background-color css

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

 a { background-color: rgb(208,145,126); }

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

border-color css

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

 span { border-color: rgb(208,145,126); }

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