Html Css Color HEX #DA6525 Chocolate

📋 copy color: '#DA6525'

red 218 ◦ green 101 ◦ blue 37

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

Shades of Chocolate #DA6525

Tints of Chocolate #DA6525

RGB

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

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

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

R = 61.24%
G = 28.37%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA6525 (or 0xDA6525) is known color: Chocolate. HEX triplet: DA, 65 and 25. RGB value is (218,101,37). Sum of RGB (Red+Green+Blue) = 218+101+37=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6525 is #259ADA. Grayscale: #818181. Windows color (decimal): -2464475 or 2450906. OLE color: 2450906.

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

Color convert

RGB 218 101 37 -
CMYK 0 0.54 0.83 0.15
HSL 21.22º 0.71% 0.5% -
HSV(B) 21.22º 0.83% 0.85% -
XYZ 33.9 24.35 4.66 -
YUV 128.69 76.26 191.7 -
System Red Green Blue C M Y K H S L
Decimal 218 101 37 0 0.54 0.83 0.15 21.22 0.71 0.5
Hex DA 65 25 0 36 53 F 15 47 32
Octal 332 145 45 0 66 123 17 25 107 62
Binary 11011010 1100101 100101 0 110110 1010011 1111 10101 1000111 110010

Color Harmonies of #DA6525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6525

Black with #DA6525

Text Example


Text Example

White with #DA6525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6525; }

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

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

background-color css

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

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

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

border-color css

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

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

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