Html Css Color HEX #DA621A Chocolate

📋 copy color: '#DA621A'

red 218 ◦ green 98 ◦ blue 26

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

Shades of Chocolate #DA621A

Tints of Chocolate #DA621A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.6%

R = 63.74%
G = 28.65%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA621A (or 0xDA621A) is known color: Chocolate. HEX triplet: DA, 62 and 1A. RGB value is (218,98,26). Sum of RGB (Red+Green+Blue) = 218+98+26=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA621A is #259DE5. Grayscale: #7E7E7E. Windows color (decimal): -2465254 or 1729242. OLE color: 1729242.

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

Color convert

RGB 218 98 26 -
CMYK 0 0.55 0.88 0.15
HSL 22.5º 0.79% 0.48% -
HSV(B) 22.5º 0.88% 0.85% -
XYZ 33.47 23.72 3.79 -
YUV 125.67 71.76 193.85 -
System Red Green Blue C M Y K H S L
Decimal 218 98 26 0 0.55 0.88 0.15 22.5 0.79 0.48
Hex DA 62 1A 0 37 58 F 16 4F 30
Octal 332 142 32 0 67 130 17 26 117 60
Binary 11011010 1100010 11010 0 110111 1011000 1111 10110 1001111 110000

Color Harmonies of #DA621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA621A

Black with #DA621A

Text Example


Text Example

White with #DA621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA621A; }

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

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

background-color css

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

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

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

border-color css

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

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

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