Html Css Color HEX #DA6825 Chocolate

📋 copy color: '#DA6825'

red 218 ◦ green 104 ◦ blue 37

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

Shades of Chocolate #DA6825

Tints of Chocolate #DA6825

RGB

 RED value IS 218 (85.55% from 255) = 60.72%

 GREEN value IS 104 (41.02% from 255) = 28.97%

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

R = 60.72%
G = 28.97%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA6825 (or 0xDA6825) is known color: Chocolate. HEX triplet: DA, 68 and 25. RGB value is (218,104,37). Sum of RGB (Red+Green+Blue) = 218+104+37=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6825 is #2597DA. Grayscale: #828282. Windows color (decimal): -2463707 or 2451674. OLE color: 2451674.

HSL color Cylindrical-coordinate representation of color #DA6825: hue angle of 22.21º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA6825 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 104 37 -
CMYK 0 0.52 0.83 0.15
HSL 22.21º 0.71% 0.5% -
HSV(B) 22.21º 0.83% 0.85% -
XYZ 34.2 24.94 4.76 -
YUV 130.45 75.27 190.45 -
System Red Green Blue C M Y K H S L
Decimal 218 104 37 0 0.52 0.83 0.15 22.21 0.71 0.5
Hex DA 68 25 0 34 53 F 16 47 32
Octal 332 150 45 0 64 123 17 26 107 62
Binary 11011010 1101000 100101 0 110100 1010011 1111 10110 1000111 110010

Color Harmonies of #DA6825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6825

Black with #DA6825

Text Example


Text Example

White with #DA6825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6825; }

 p { color: rgb(218,104,37); }

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

background-color css

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

 a { background-color: rgb(218,104,37); }

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

border-color css

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

 span { border-color: rgb(218,104,37); }

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