Html Css Color HEX #DB6722 Chocolate

📋 copy color: '#DB6722'

red 219 ◦ green 103 ◦ blue 34

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

Shades of Chocolate #DB6722

Tints of Chocolate #DB6722

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

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

R = 61.52%
G = 28.93%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB6722 (or 0xDB6722) is known color: Chocolate. HEX triplet: DB, 67 and 22. RGB value is (219,103,34). Sum of RGB (Red+Green+Blue) = 219+103+34=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6722 is #2498DD. Grayscale: #828282. Windows color (decimal): -2398430 or 2254811. OLE color: 2254811.

HSL color Cylindrical-coordinate representation of color #DB6722: hue angle of 22.38º 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 #DB6722 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 103 34 -
CMYK 0 0.53 0.84 0.14
HSL 22.38º 0.73% 0.5% -
HSV(B) 22.38º 0.84% 0.86% -
XYZ 34.35 24.88 4.5 -
YUV 129.82 73.93 191.61 -
System Red Green Blue C M Y K H S L
Decimal 219 103 34 0 0.53 0.84 0.14 22.38 0.73 0.5
Hex DB 67 22 0 35 54 E 16 49 32
Octal 333 147 42 0 65 124 16 26 111 62
Binary 11011011 1100111 100010 0 110101 1010100 1110 10110 1001001 110010

Color Harmonies of #DB6722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6722

Black with #DB6722

Text Example


Text Example

White with #DB6722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6722; }

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

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

background-color css

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

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

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

border-color css

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

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

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