Html Css Color HEX #DB6725 Chocolate

📋 copy color: '#DB6725'

red 219 ◦ green 103 ◦ blue 37

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

Shades of Chocolate #DB6725

Tints of Chocolate #DB6725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.69%

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

R = 61%
G = 28.69%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB6725 (or 0xDB6725) is known color: Chocolate. HEX triplet: DB, 67 and 25. RGB value is (219,103,37). Sum of RGB (Red+Green+Blue) = 219+103+37=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6725 is #2498DA. Grayscale: #828282. Windows color (decimal): -2398427 or 2451419. OLE color: 2451419.

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

Color convert

RGB 219 103 37 -
CMYK 0 0.53 0.83 0.14
HSL 21.76º 0.72% 0.5% -
HSV(B) 21.76º 0.83% 0.86% -
XYZ 34.4 24.89 4.74 -
YUV 130.16 75.43 191.37 -
System Red Green Blue C M Y K H S L
Decimal 219 103 37 0 0.53 0.83 0.14 21.76 0.72 0.5
Hex DB 67 25 0 35 53 E 16 48 32
Octal 333 147 45 0 65 123 16 26 110 62
Binary 11011011 1100111 100101 0 110101 1010011 1110 10110 1001000 110010

Color Harmonies of #DB6725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6725

Black with #DB6725

Text Example


Text Example

White with #DB6725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6725; }

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

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

background-color css

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

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

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

border-color css

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

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

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