Html Css Color HEX #DB9C6F Feldspar

📋 copy color: '#DB9C6F'

red 219 ◦ green 156 ◦ blue 111

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

Shades of Feldspar #DB9C6F

Tints of Feldspar #DB9C6F

RGB

 RED value IS 219 (85.94% from 255) = 45.06%

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

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

R = 45.06%
G = 32.1%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB9C6F (or 0xDB9C6F) is known color: Feldspar. HEX triplet: DB, 9C and 6F. RGB value is (219,156,111). Sum of RGB (Red+Green+Blue) = 219+156+111=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C6F is #246390. Grayscale: #A9A9A9. Windows color (decimal): -2384785 or 7314651. OLE color: 7314651.

HSL color Cylindrical-coordinate representation of color #DB9C6F: hue angle of 25º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB9C6F is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 156 111 -
CMYK 0 0.29 0.49 0.14
HSL 25º 0.6% 0.65% -
HSV(B) 25º 0.49% 0.86% -
XYZ 43.97 39.98 20.44 -
YUV 169.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 219 156 111 0 0.29 0.49 0.14 25 0.6 0.65
Hex DB 9C 6F 0 1D 31 E 19 3C 41
Octal 333 234 157 0 35 61 16 31 74 101
Binary 11011011 10011100 1101111 0 11101 110001 1110 11001 111100 1000001

Color Harmonies of #DB9C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C6F

Black with #DB9C6F

Text Example


Text Example

White with #DB9C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C6F; }

 p { color: rgb(219,156,111); }

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

background-color css

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

 a { background-color: rgb(219,156,111); }

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

border-color css

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

 span { border-color: rgb(219,156,111); }

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