Html Css Color HEX #DA610F Chocolate

📋 copy color: '#DA610F'

red 218 ◦ green 97 ◦ blue 15

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

Shades of Chocolate #DA610F

Tints of Chocolate #DA610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

 BLUE value IS 15 (6.25% from 255) = 4.55%

R = 66.06%
G = 29.39%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA610F (or 0xDA610F) is known color: Chocolate. HEX triplet: DA, 61 and 0F. RGB value is (218,97,15). Sum of RGB (Red+Green+Blue) = 218+97+15=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA610F is #259EF0. Grayscale: #7C7C7C. Windows color (decimal): -2465521 or 1008090. OLE color: 1008090.

HSL color Cylindrical-coordinate representation of color #DA610F: hue angle of 24.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA610F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 97 15 -
CMYK 0 0.56 0.93 0.15
HSL 24.24º 0.87% 0.46% -
HSV(B) 24.24º 0.93% 0.85% -
XYZ 33.27 23.49 3.23 -
YUV 123.83 66.59 195.17 -
System Red Green Blue C M Y K H S L
Decimal 218 97 15 0 0.56 0.93 0.15 24.24 0.87 0.46
Hex DA 61 F 0 38 5D F 18 57 2E
Octal 332 141 17 0 70 135 17 30 127 56
Binary 11011010 1100001 1111 0 111000 1011101 1111 11000 1010111 101110

Color Harmonies of #DA610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA610F

Black with #DA610F

Text Example


Text Example

White with #DA610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA610F; }

 p { color: rgb(218,97,15); }

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

background-color css

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

 a { background-color: rgb(218,97,15); }

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

border-color css

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

 span { border-color: rgb(218,97,15); }

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