Html Css Color HEX #D05919 Chocolate

📋 copy color: '#D05919'

red 208 ◦ green 89 ◦ blue 25

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

Shades of Chocolate #D05919

Tints of Chocolate #D05919

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.64%

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

R = 64.6%
G = 27.64%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D05919 (or 0xD05919) is known color: Chocolate. HEX triplet: D0, 59 and 19. RGB value is (208,89,25). Sum of RGB (Red+Green+Blue) = 208+89+25=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D05919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05919 is #2FA6E6. Grayscale: #757575. Windows color (decimal): -3122919 or 1661392. OLE color: 1661392.

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

Color convert

RGB 208 89 25 -
CMYK 0 0.57 0.88 0.18
HSL 20.98º 0.79% 0.46% -
HSV(B) 20.98º 0.88% 0.82% -
XYZ 29.76 20.62 3.33 -
YUV 117.29 75.92 192.7 -
System Red Green Blue C M Y K H S L
Decimal 208 89 25 0 0.57 0.88 0.18 20.98 0.79 0.46
Hex D0 59 19 0 39 58 12 15 4F 2E
Octal 320 131 31 0 71 130 22 25 117 56
Binary 11010000 1011001 11001 0 111001 1011000 10010 10101 1001111 101110

Color Harmonies of #D05919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05919

Black with #D05919

Text Example


Text Example

White with #D05919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05919; }

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

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

background-color css

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

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

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

border-color css

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

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

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