Html Css Color HEX #DA6F19 Chocolate

📋 copy color: '#DA6F19'

red 218 ◦ green 111 ◦ blue 25

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

Shades of Chocolate #DA6F19

Tints of Chocolate #DA6F19

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.36%

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

R = 61.58%
G = 31.36%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA6F19 (or 0xDA6F19) is known color: Chocolate. HEX triplet: DA, 6F and 19. RGB value is (218,111,25). Sum of RGB (Red+Green+Blue) = 218+111+25=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6F19 is #2590E6. Grayscale: #858585. Windows color (decimal): -2461927 or 1667034. OLE color: 1667034.

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

Color convert

RGB 218 111 25 -
CMYK 0 0.49 0.89 0.15
HSL 26.74º 0.79% 0.48% -
HSV(B) 26.74º 0.89% 0.85% -
XYZ 34.77 26.34 4.17 -
YUV 133.19 66.95 188.49 -
System Red Green Blue C M Y K H S L
Decimal 218 111 25 0 0.49 0.89 0.15 26.74 0.79 0.48
Hex DA 6F 19 0 31 59 F 1B 4F 30
Octal 332 157 31 0 61 131 17 33 117 60
Binary 11011010 1101111 11001 0 110001 1011001 1111 11011 1001111 110000

Color Harmonies of #DA6F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F19

Black with #DA6F19

Text Example


Text Example

White with #DA6F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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