Html Css Color HEX #DA6719 Chocolate

📋 copy color: '#DA6719'

red 218 ◦ green 103 ◦ blue 25

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

Shades of Chocolate #DA6719

Tints of Chocolate #DA6719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.23%

R = 63.01%
G = 29.77%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA6719 (or 0xDA6719) is known color: Chocolate. HEX triplet: DA, 67 and 19. RGB value is (218,103,25). Sum of RGB (Red+Green+Blue) = 218+103+25=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6719 is #2598E6. Grayscale: #808080. Windows color (decimal): -2463975 or 1664986. OLE color: 1664986.

HSL color Cylindrical-coordinate representation of color #DA6719: hue angle of 24.25º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA6719 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 103 25 -
CMYK 0 0.53 0.89 0.15
HSL 24.25º 0.79% 0.48% -
HSV(B) 24.25º 0.89% 0.85% -
XYZ 33.94 24.68 3.89 -
YUV 128.49 69.6 191.84 -
System Red Green Blue C M Y K H S L
Decimal 218 103 25 0 0.53 0.89 0.15 24.25 0.79 0.48
Hex DA 67 19 0 35 59 F 18 4F 30
Octal 332 147 31 0 65 131 17 30 117 60
Binary 11011010 1100111 11001 0 110101 1011001 1111 11000 1001111 110000

Color Harmonies of #DA6719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6719

Black with #DA6719

Text Example


Text Example

White with #DA6719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6719; }

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

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

background-color css

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

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

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

border-color css

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

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

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