Html Css Color HEX #DB701C Chocolate

📋 copy color: '#DB701C'

red 219 ◦ green 112 ◦ blue 28

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

Shades of Chocolate #DB701C

Tints of Chocolate #DB701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.2%

 BLUE value IS 28 (11.33% from 255) = 7.8%

R = 61%
G = 31.2%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB701C (or 0xDB701C) is known color: Chocolate. HEX triplet: DB, 70 and 1C. RGB value is (219,112,28). Sum of RGB (Red+Green+Blue) = 219+112+28=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB701C is #248FE3. Grayscale: #868686. Windows color (decimal): -2396132 or 1863899. OLE color: 1863899.

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

Color convert

RGB 219 112 28 -
CMYK 0 0.49 0.87 0.14
HSL 26.39º 0.77% 0.48% -
HSV(B) 26.39º 0.87% 0.86% -
XYZ 35.22 26.73 4.4 -
YUV 134.42 67.95 188.33 -
System Red Green Blue C M Y K H S L
Decimal 219 112 28 0 0.49 0.87 0.14 26.39 0.77 0.48
Hex DB 70 1C 0 31 57 E 1A 4D 30
Octal 333 160 34 0 61 127 16 32 115 60
Binary 11011011 1110000 11100 0 110001 1010111 1110 11010 1001101 110000

Color Harmonies of #DB701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB701C

Black with #DB701C

Text Example


Text Example

White with #DB701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB701C; }

 p { color: rgb(219,112,28); }

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

background-color css

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

 a { background-color: rgb(219,112,28); }

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

border-color css

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

 span { border-color: rgb(219,112,28); }

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