Html Css Color HEX #DB620C Chocolate

📋 copy color: '#DB620C'

red 219 ◦ green 98 ◦ blue 12

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

Shades of Chocolate #DB620C

Tints of Chocolate #DB620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 66.57%
G = 29.79%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB620C (or 0xDB620C) is known color: Chocolate. HEX triplet: DB, 62 and 0C. RGB value is (219,98,12). Sum of RGB (Red+Green+Blue) = 219+98+12=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB620C is #249DF3. Grayscale: #7C7C7C. Windows color (decimal): -2399732 or 811739. OLE color: 811739.

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

Color convert

RGB 219 98 12 -
CMYK 0 0.55 0.95 0.14
HSL 24.93º 0.9% 0.45% -
HSV(B) 24.93º 0.95% 0.86% -
XYZ 33.65 23.82 3.17 -
YUV 124.38 64.59 195.49 -
System Red Green Blue C M Y K H S L
Decimal 219 98 12 0 0.55 0.95 0.14 24.93 0.9 0.45
Hex DB 62 C 0 37 5F E 19 5A 2D
Octal 333 142 14 0 67 137 16 31 132 55
Binary 11011011 1100010 1100 0 110111 1011111 1110 11001 1011010 101101

Color Harmonies of #DB620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB620C

Black with #DB620C

Text Example


Text Example

White with #DB620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB620C; }

 p { color: rgb(219,98,12); }

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

background-color css

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

 a { background-color: rgb(219,98,12); }

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

border-color css

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

 span { border-color: rgb(219,98,12); }

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