Html Css Color HEX #DB9274 Feldspar

📋 copy color: '#DB9274'

red 219 ◦ green 146 ◦ blue 116

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

Shades of Feldspar #DB9274

Tints of Feldspar #DB9274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.35%

 BLUE value IS 116 (45.7% from 255) = 24.12%

R = 45.53%
G = 30.35%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB9274 (or 0xDB9274) is known color: Feldspar. HEX triplet: DB, 92 and 74. RGB value is (219,146,116). Sum of RGB (Red+Green+Blue) = 219+146+116=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9274 is #246D8B. Grayscale: #A4A4A4. Windows color (decimal): -2387340 or 7639771. OLE color: 7639771.

HSL color Cylindrical-coordinate representation of color #DB9274: hue angle of 17.48º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB9274 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 146 116 -
CMYK 0 0.33 0.47 0.14
HSL 17.48º 0.59% 0.66% -
HSV(B) 17.48º 0.47% 0.86% -
XYZ 42.64 36.88 21.39 -
YUV 164.41 100.68 166.94 -
System Red Green Blue C M Y K H S L
Decimal 219 146 116 0 0.33 0.47 0.14 17.48 0.59 0.66
Hex DB 92 74 0 21 2F E 11 3B 42
Octal 333 222 164 0 41 57 16 21 73 102
Binary 11011011 10010010 1110100 0 100001 101111 1110 10001 111011 1000010

Color Harmonies of #DB9274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9274

Black with #DB9274

Text Example


Text Example

White with #DB9274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9274; }

 p { color: rgb(219,146,116); }

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

background-color css

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

 a { background-color: rgb(219,146,116); }

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

border-color css

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

 span { border-color: rgb(219,146,116); }

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