Html Css Color HEX #DB7413 Chocolate

📋 copy color: '#DB7413'

red 219 ◦ green 116 ◦ blue 19

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

Shades of Chocolate #DB7413

Tints of Chocolate #DB7413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

 BLUE value IS 19 (7.81% from 255) = 5.37%

R = 61.86%
G = 32.77%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB7413 (or 0xDB7413) is known color: Chocolate. HEX triplet: DB, 74 and 13. RGB value is (219,116,19). Sum of RGB (Red+Green+Blue) = 219+116+19=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7413 is #248BEC. Grayscale: #888888. Windows color (decimal): -2395117 or 1275099. OLE color: 1275099.

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

Color convert

RGB 219 116 19 -
CMYK 0 0.47 0.91 0.14
HSL 29.1º 0.84% 0.47% -
HSV(B) 29.1º 0.91% 0.86% -
XYZ 35.58 27.6 4.07 -
YUV 135.74 62.12 187.39 -
System Red Green Blue C M Y K H S L
Decimal 219 116 19 0 0.47 0.91 0.14 29.1 0.84 0.47
Hex DB 74 13 0 2F 5B E 1D 54 2F
Octal 333 164 23 0 57 133 16 35 124 57
Binary 11011011 1110100 10011 0 101111 1011011 1110 11101 1010100 101111

Color Harmonies of #DB7413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7413

Black with #DB7413

Text Example


Text Example

White with #DB7413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7413; }

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

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

background-color css

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

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

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

border-color css

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

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

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