Html Css Color HEX #D05419 Chocolate

📋 copy color: '#D05419'

red 208 ◦ green 84 ◦ blue 25

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

Shades of Chocolate #D05419

Tints of Chocolate #D05419

RGB

 RED value IS 208 (81.64% from 255) = 65.62%

 GREEN value IS 84 (33.2% from 255) = 26.5%

 BLUE value IS 25 (10.16% from 255) = 7.89%

R = 65.62%
G = 26.5%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D05419 (or 0xD05419) is known color: Chocolate. HEX triplet: D0, 54 and 19. RGB value is (208,84,25). Sum of RGB (Red+Green+Blue) = 208+84+25=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D05419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05419 is #2FABE6. Grayscale: #727272. Windows color (decimal): -3124199 or 1660112. OLE color: 1660112.

HSL color Cylindrical-coordinate representation of color #D05419: hue angle of 19.34º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D05419 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 84 25 -
CMYK 0 0.60 0.88 0.18
HSL 19.34º 0.79% 0.46% -
HSV(B) 19.34º 0.88% 0.82% -
XYZ 29.36 19.82 3.2 -
YUV 114.35 77.58 194.8 -
System Red Green Blue C M Y K H S L
Decimal 208 84 25 0 0.60 0.88 0.18 19.34 0.79 0.46
Hex D0 54 19 0 3C 58 12 13 4F 2E
Octal 320 124 31 0 74 130 22 23 117 56
Binary 11010000 1010100 11001 0 111100 1011000 10010 10011 1001111 101110

Color Harmonies of #D05419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05419

Black with #D05419

Text Example


Text Example

White with #D05419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05419; }

 p { color: rgb(208,84,25); }

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

background-color css

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

 a { background-color: rgb(208,84,25); }

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

border-color css

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

 span { border-color: rgb(208,84,25); }

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