Html Css Color HEX #DA621B Chocolate

📋 copy color: '#DA621B'

red 218 ◦ green 98 ◦ blue 27

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

Shades of Chocolate #DA621B

Tints of Chocolate #DA621B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.87%

R = 63.56%
G = 28.57%
B = 7.87%

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

#DA621B (or 0xDA621B) is known color: Chocolate. HEX triplet: DA, 62 and 1B. RGB value is (218,98,27). Sum of RGB (Red+Green+Blue) = 218+98+27=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA621B is #259DE4. Grayscale: #7E7E7E. Windows color (decimal): -2465253 or 1794778. OLE color: 1794778.

HSL color Cylindrical-coordinate representation of color #DA621B: hue angle of 22.3º degrees, saturation: 0.78, 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 #DA621B is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 98 27 -
CMYK 0 0.55 0.88 0.15
HSL 22.3º 0.78% 0.48% -
HSV(B) 22.3º 0.88% 0.85% -
XYZ 33.48 23.72 3.85 -
YUV 125.79 72.26 193.77 -
System Red Green Blue C M Y K H S L
Decimal 218 98 27 0 0.55 0.88 0.15 22.3 0.78 0.48
Hex DA 62 1B 0 37 58 F 16 4E 30
Octal 332 142 33 0 67 130 17 26 116 60
Binary 11011010 1100010 11011 0 110111 1011000 1111 10110 1001110 110000

Color Harmonies of #DA621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA621B

Black with #DA621B

Text Example


Text Example

White with #DA621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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