Html Css Color HEX #DB5F22 Chocolate

📋 copy color: '#DB5F22'

red 219 ◦ green 95 ◦ blue 34

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

Shades of Chocolate #DB5F22

Tints of Chocolate #DB5F22

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.3%

 BLUE value IS 34 (13.67% from 255) = 9.77%

R = 62.93%
G = 27.3%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB5F22 (or 0xDB5F22) is known color: Chocolate. HEX triplet: DB, 5F and 22. RGB value is (219,95,34). Sum of RGB (Red+Green+Blue) = 219+95+34=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F22 is #24A0DD. Grayscale: #7D7D7D. Windows color (decimal): -2400478 or 2252763. OLE color: 2252763.

HSL color Cylindrical-coordinate representation of color #DB5F22: hue angle of 19.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB5F22 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 95 34 -
CMYK 0 0.57 0.84 0.14
HSL 19.78º 0.73% 0.5% -
HSV(B) 19.78º 0.84% 0.86% -
XYZ 33.59 23.36 4.25 -
YUV 125.12 76.58 194.96 -
System Red Green Blue C M Y K H S L
Decimal 219 95 34 0 0.57 0.84 0.14 19.78 0.73 0.5
Hex DB 5F 22 0 39 54 E 14 49 32
Octal 333 137 42 0 71 124 16 24 111 62
Binary 11011011 1011111 100010 0 111001 1010100 1110 10100 1001001 110010

Color Harmonies of #DB5F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F22

Black with #DB5F22

Text Example


Text Example

White with #DB5F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F22; }

 p { color: rgb(219,95,34); }

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

background-color css

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

 a { background-color: rgb(219,95,34); }

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

border-color css

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

 span { border-color: rgb(219,95,34); }

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