Html Css Color HEX #DB7512 Chocolate

📋 copy color: '#DB7512'

red 219 ◦ green 117 ◦ blue 18

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

Shades of Chocolate #DB7512

Tints of Chocolate #DB7512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.08%

R = 61.86%
G = 33.05%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB7512 (or 0xDB7512) is known color: Chocolate. HEX triplet: DB, 75 and 12. RGB value is (219,117,18). Sum of RGB (Red+Green+Blue) = 219+117+18=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7512 is #248AED. Grayscale: #888888. Windows color (decimal): -2394862 or 1209819. OLE color: 1209819.

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

Color convert

RGB 219 117 18 -
CMYK 0 0.47 0.92 0.14
HSL 29.55º 0.85% 0.46% -
HSV(B) 29.55º 0.92% 0.86% -
XYZ 35.68 27.83 4.06 -
YUV 136.21 61.29 187.05 -
System Red Green Blue C M Y K H S L
Decimal 219 117 18 0 0.47 0.92 0.14 29.55 0.85 0.46
Hex DB 75 12 0 2F 5C E 1E 55 2E
Octal 333 165 22 0 57 134 16 36 125 56
Binary 11011011 1110101 10010 0 101111 1011100 1110 11110 1010101 101110

Color Harmonies of #DB7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7512

Black with #DB7512

Text Example


Text Example

White with #DB7512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7512; }

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

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

background-color css

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

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

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

border-color css

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

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

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