Html Css Color HEX #DB6B1E Chocolate

📋 copy color: '#DB6B1E'

red 219 ◦ green 107 ◦ blue 30

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

Shades of Chocolate #DB6B1E

Tints of Chocolate #DB6B1E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.06%

 BLUE value IS 30 (12.11% from 255) = 8.43%

R = 61.52%
G = 30.06%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB6B1E (or 0xDB6B1E) is known color: Chocolate. HEX triplet: DB, 6B and 1E. RGB value is (219,107,30). Sum of RGB (Red+Green+Blue) = 219+107+30=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6B1E is #2494E1. Grayscale: #848484. Windows color (decimal): -2397410 or 1993691. OLE color: 1993691.

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

Color convert

RGB 219 107 30 -
CMYK 0 0.51 0.86 0.14
HSL 24.44º 0.76% 0.49% -
HSV(B) 24.44º 0.86% 0.86% -
XYZ 34.71 25.67 4.35 -
YUV 131.71 70.61 190.26 -
System Red Green Blue C M Y K H S L
Decimal 219 107 30 0 0.51 0.86 0.14 24.44 0.76 0.49
Hex DB 6B 1E 0 33 56 E 18 4C 31
Octal 333 153 36 0 63 126 16 30 114 61
Binary 11011011 1101011 11110 0 110011 1010110 1110 11000 1001100 110001

Color Harmonies of #DB6B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B1E

Black with #DB6B1E

Text Example


Text Example

White with #DB6B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B1E; }

 p { color: rgb(219,107,30); }

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

background-color css

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

 a { background-color: rgb(219,107,30); }

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

border-color css

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

 span { border-color: rgb(219,107,30); }

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