Html Css Color HEX #DA6725 Chocolate

📋 copy color: '#DA6725'

red 218 ◦ green 103 ◦ blue 37

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

Shades of Chocolate #DA6725

Tints of Chocolate #DA6725

RGB

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

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

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

R = 60.89%
G = 28.77%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA6725 (or 0xDA6725) is known color: Chocolate. HEX triplet: DA, 67 and 25. RGB value is (218,103,37). Sum of RGB (Red+Green+Blue) = 218+103+37=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6725 is #2598DA. Grayscale: #828282. Windows color (decimal): -2463963 or 2451418. OLE color: 2451418.

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

Color convert

RGB 218 103 37 -
CMYK 0 0.53 0.83 0.15
HSL 21.88º 0.71% 0.5% -
HSV(B) 21.88º 0.83% 0.85% -
XYZ 34.1 24.74 4.73 -
YUV 129.86 75.6 190.87 -
System Red Green Blue C M Y K H S L
Decimal 218 103 37 0 0.53 0.83 0.15 21.88 0.71 0.5
Hex DA 67 25 0 35 53 F 16 47 32
Octal 332 147 45 0 65 123 17 26 107 62
Binary 11011010 1100111 100101 0 110101 1010011 1111 10110 1000111 110010

Color Harmonies of #DA6725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6725

Black with #DA6725

Text Example


Text Example

White with #DA6725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6725; }

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

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

background-color css

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

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

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

border-color css

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

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

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