Html Css Color HEX #DB630E Chocolate

📋 copy color: '#DB630E'

red 219 ◦ green 99 ◦ blue 14

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

Shades of Chocolate #DB630E

Tints of Chocolate #DB630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

 BLUE value IS 14 (5.86% from 255) = 4.22%

R = 65.96%
G = 29.82%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB630E (or 0xDB630E) is known color: Chocolate. HEX triplet: DB, 63 and 0E. RGB value is (219,99,14). Sum of RGB (Red+Green+Blue) = 219+99+14=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB630E is #249CF1. Grayscale: #7D7D7D. Windows color (decimal): -2399474 or 943067. OLE color: 943067.

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

Color convert

RGB 219 99 14 -
CMYK 0 0.55 0.94 0.14
HSL 24.88º 0.88% 0.46% -
HSV(B) 24.88º 0.94% 0.86% -
XYZ 33.75 24.02 3.27 -
YUV 125.19 65.26 194.91 -
System Red Green Blue C M Y K H S L
Decimal 219 99 14 0 0.55 0.94 0.14 24.88 0.88 0.46
Hex DB 63 E 0 37 5E E 19 58 2E
Octal 333 143 16 0 67 136 16 31 130 56
Binary 11011011 1100011 1110 0 110111 1011110 1110 11001 1011000 101110

Color Harmonies of #DB630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB630E

Black with #DB630E

Text Example


Text Example

White with #DB630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB630E; }

 p { color: rgb(219,99,14); }

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

background-color css

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

 a { background-color: rgb(219,99,14); }

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

border-color css

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

 span { border-color: rgb(219,99,14); }

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