Html Css Color HEX #DA721B Chocolate

📋 copy color: '#DA721B'

red 218 ◦ green 114 ◦ blue 27

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

Shades of Chocolate #DA721B

Tints of Chocolate #DA721B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

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

R = 60.72%
G = 31.75%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA721B (or 0xDA721B) is known color: Chocolate. HEX triplet: DA, 72 and 1B. RGB value is (218,114,27). Sum of RGB (Red+Green+Blue) = 218+114+27=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA721B is #258DE4. Grayscale: #878787. Windows color (decimal): -2461157 or 1798874. OLE color: 1798874.

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

Color convert

RGB 218 114 27 -
CMYK 0 0.48 0.88 0.15
HSL 27.33º 0.78% 0.48% -
HSV(B) 27.33º 0.88% 0.85% -
XYZ 35.13 27.02 4.4 -
YUV 135.18 66.96 187.07 -
System Red Green Blue C M Y K H S L
Decimal 218 114 27 0 0.48 0.88 0.15 27.33 0.78 0.48
Hex DA 72 1B 0 30 58 F 1B 4E 30
Octal 332 162 33 0 60 130 17 33 116 60
Binary 11011010 1110010 11011 0 110000 1011000 1111 11011 1001110 110000

Color Harmonies of #DA721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA721B

Black with #DA721B

Text Example


Text Example

White with #DA721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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