Html Css Color HEX #DA621F Chocolate

📋 copy color: '#DA621F'

red 218 ◦ green 98 ◦ blue 31

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

Shades of Chocolate #DA621F

Tints of Chocolate #DA621F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.24%

 BLUE value IS 31 (12.5% from 255) = 8.93%

R = 62.82%
G = 28.24%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA621F (or 0xDA621F) is known color: Chocolate. HEX triplet: DA, 62 and 1F. RGB value is (218,98,31). Sum of RGB (Red+Green+Blue) = 218+98+31=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA621F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA621F is #259DE0. Grayscale: #7E7E7E. Windows color (decimal): -2465249 or 2056922. OLE color: 2056922.

HSL color Cylindrical-coordinate representation of color #DA621F: hue angle of 21.5º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA621F is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 98 31 -
CMYK 0 0.55 0.86 0.15
HSL 21.5º 0.75% 0.49% -
HSV(B) 21.5º 0.86% 0.85% -
XYZ 33.53 23.74 4.11 -
YUV 126.24 74.26 193.45 -
System Red Green Blue C M Y K H S L
Decimal 218 98 31 0 0.55 0.86 0.15 21.5 0.75 0.49
Hex DA 62 1F 0 37 56 F 15 4B 31
Octal 332 142 37 0 67 126 17 25 113 61
Binary 11011010 1100010 11111 0 110111 1010110 1111 10101 1001011 110001

Color Harmonies of #DA621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA621F

Black with #DA621F

Text Example


Text Example

White with #DA621F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA621F; }

 p { color: rgb(218,98,31); }

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

background-color css

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

 a { background-color: rgb(218,98,31); }

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

border-color css

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

 span { border-color: rgb(218,98,31); }

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