Html Css Color HEX #DB6525 Chocolate

📋 copy color: '#DB6525'

red 219 ◦ green 101 ◦ blue 37

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

Shades of Chocolate #DB6525

Tints of Chocolate #DB6525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.29%

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

R = 61.34%
G = 28.29%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB6525 (or 0xDB6525) is known color: Chocolate. HEX triplet: DB, 65 and 25. RGB value is (219,101,37). Sum of RGB (Red+Green+Blue) = 219+101+37=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6525 is #249ADA. Grayscale: #818181. Windows color (decimal): -2398939 or 2450907. OLE color: 2450907.

HSL color Cylindrical-coordinate representation of color #DB6525: hue angle of 21.1º 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 #DB6525 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 101 37 -
CMYK 0 0.54 0.83 0.14
HSL 21.1º 0.72% 0.5% -
HSV(B) 21.1º 0.83% 0.86% -
XYZ 34.2 24.5 4.68 -
YUV 128.99 76.09 192.2 -
System Red Green Blue C M Y K H S L
Decimal 219 101 37 0 0.54 0.83 0.14 21.1 0.72 0.5
Hex DB 65 25 0 36 53 E 15 48 32
Octal 333 145 45 0 66 123 16 25 110 62
Binary 11011011 1100101 100101 0 110110 1010011 1110 10101 1001000 110010

Color Harmonies of #DB6525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6525

Black with #DB6525

Text Example


Text Example

White with #DB6525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6525; }

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

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

background-color css

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

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

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

border-color css

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

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

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