Html Css Color HEX #D0946F Feldspar

📋 copy color: '#D0946F'

red 208 ◦ green 148 ◦ blue 111

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

Shades of Feldspar #D0946F

Tints of Feldspar #D0946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.69%

 BLUE value IS 111 (43.75% from 255) = 23.77%

R = 44.54%
G = 31.69%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0946F (or 0xD0946F) is known color: Feldspar. HEX triplet: D0, 94 and 6F. RGB value is (208,148,111). Sum of RGB (Red+Green+Blue) = 208+148+111=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0946F is #2F6B90. Grayscale: #A1A1A1. Windows color (decimal): -3107729 or 7312592. OLE color: 7312592.

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

Color convert

RGB 208 148 111 -
CMYK 0 0.29 0.47 0.18
HSL 22.89º 0.51% 0.63% -
HSV(B) 22.89º 0.47% 0.82% -
XYZ 39.47 35.74 19.86 -
YUV 161.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 208 148 111 0 0.29 0.47 0.18 22.89 0.51 0.63
Hex D0 94 6F 0 1D 2F 12 17 33 3F
Octal 320 224 157 0 35 57 22 27 63 77
Binary 11010000 10010100 1101111 0 11101 101111 10010 10111 110011 111111

Color Harmonies of #D0946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0946F

Black with #D0946F

Text Example


Text Example

White with #D0946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0946F; }

 p { color: rgb(208,148,111); }

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

background-color css

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

 a { background-color: rgb(208,148,111); }

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

border-color css

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

 span { border-color: rgb(208,148,111); }

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