Html Css Color HEX #D05719 Chocolate

📋 copy color: '#D05719'

red 208 ◦ green 87 ◦ blue 25

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

Shades of Chocolate #D05719

Tints of Chocolate #D05719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.19%

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

R = 65%
G = 27.19%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D05719 (or 0xD05719) is known color: Chocolate. HEX triplet: D0, 57 and 19. RGB value is (208,87,25). Sum of RGB (Red+Green+Blue) = 208+87+25=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D05719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05719 is #2FA8E6. Grayscale: #747474. Windows color (decimal): -3123431 or 1660880. OLE color: 1660880.

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

Color convert

RGB 208 87 25 -
CMYK 0 0.58 0.88 0.18
HSL 20.33º 0.79% 0.46% -
HSV(B) 20.33º 0.88% 0.82% -
XYZ 29.6 20.3 3.28 -
YUV 116.11 76.59 193.54 -
System Red Green Blue C M Y K H S L
Decimal 208 87 25 0 0.58 0.88 0.18 20.33 0.79 0.46
Hex D0 57 19 0 3A 58 12 14 4F 2E
Octal 320 127 31 0 72 130 22 24 117 56
Binary 11010000 1010111 11001 0 111010 1011000 10010 10100 1001111 101110

Color Harmonies of #D05719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05719

Black with #D05719

Text Example


Text Example

White with #D05719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05719; }

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

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

background-color css

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

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

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

border-color css

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

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

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