Html Css Color HEX #DB7517 Chocolate

📋 copy color: '#DB7517'

red 219 ◦ green 117 ◦ blue 23

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

Shades of Chocolate #DB7517

Tints of Chocolate #DB7517

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 23 (9.38% from 255) = 6.41%

R = 61%
G = 32.59%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB7517 (or 0xDB7517) is known color: Chocolate. HEX triplet: DB, 75 and 17. RGB value is (219,117,23). Sum of RGB (Red+Green+Blue) = 219+117+23=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7517 is #248AE8. Grayscale: #898989. Windows color (decimal): -2394857 or 1537499. OLE color: 1537499.

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

Color convert

RGB 219 117 23 -
CMYK 0 0.47 0.89 0.14
HSL 28.78º 0.81% 0.47% -
HSV(B) 28.78º 0.89% 0.86% -
XYZ 35.73 27.84 4.3 -
YUV 136.78 63.79 186.64 -
System Red Green Blue C M Y K H S L
Decimal 219 117 23 0 0.47 0.89 0.14 28.78 0.81 0.47
Hex DB 75 17 0 2F 59 E 1D 51 2F
Octal 333 165 27 0 57 131 16 35 121 57
Binary 11011011 1110101 10111 0 101111 1011001 1110 11101 1010001 101111

Color Harmonies of #DB7517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7517

Black with #DB7517

Text Example


Text Example

White with #DB7517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7517; }

 p { color: rgb(219,117,23); }

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

background-color css

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

 a { background-color: rgb(219,117,23); }

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

border-color css

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

 span { border-color: rgb(219,117,23); }

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