Html Css Color HEX #DB6325 Chocolate

📋 copy color: '#DB6325'

red 219 ◦ green 99 ◦ blue 37

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

Shades of Chocolate #DB6325

Tints of Chocolate #DB6325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.42%

R = 61.69%
G = 27.89%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB6325 (or 0xDB6325) is known color: Chocolate. HEX triplet: DB, 63 and 25. RGB value is (219,99,37). Sum of RGB (Red+Green+Blue) = 219+99+37=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6325 is #249CDA. Grayscale: #808080. Windows color (decimal): -2399451 or 2450395. OLE color: 2450395.

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

Color convert

RGB 219 99 37 -
CMYK 0 0.55 0.83 0.14
HSL 20.44º 0.72% 0.5% -
HSV(B) 20.44º 0.83% 0.86% -
XYZ 34.01 24.12 4.61 -
YUV 127.81 76.76 193.04 -
System Red Green Blue C M Y K H S L
Decimal 219 99 37 0 0.55 0.83 0.14 20.44 0.72 0.5
Hex DB 63 25 0 37 53 E 14 48 32
Octal 333 143 45 0 67 123 16 24 110 62
Binary 11011011 1100011 100101 0 110111 1010011 1110 10100 1001000 110010

Color Harmonies of #DB6325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6325

Black with #DB6325

Text Example


Text Example

White with #DB6325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6325; }

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

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

background-color css

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

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

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

border-color css

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

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

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