Html Css Color HEX #D05F13 Chocolate

📋 copy color: '#D05F13'

red 208 ◦ green 95 ◦ blue 19

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

Shades of Chocolate #D05F13

Tints of Chocolate #D05F13

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.5%

 BLUE value IS 19 (7.81% from 255) = 5.9%

R = 64.6%
G = 29.5%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D05F13 (or 0xD05F13) is known color: Chocolate. HEX triplet: D0, 5F and 13. RGB value is (208,95,19). Sum of RGB (Red+Green+Blue) = 208+95+19=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05F13 is #2FA0EC. Grayscale: #787878. Windows color (decimal): -3121389 or 1269712. OLE color: 1269712.

HSL color Cylindrical-coordinate representation of color #D05F13: hue angle of 24.13º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D05F13 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 95 19 -
CMYK 0 0.54 0.91 0.18
HSL 24.13º 0.83% 0.45% -
HSV(B) 24.13º 0.91% 0.82% -
XYZ 30.22 21.64 3.2 -
YUV 120.12 70.94 190.68 -
System Red Green Blue C M Y K H S L
Decimal 208 95 19 0 0.54 0.91 0.18 24.13 0.83 0.45
Hex D0 5F 13 0 36 5B 12 18 53 2D
Octal 320 137 23 0 66 133 22 30 123 55
Binary 11010000 1011111 10011 0 110110 1011011 10010 11000 1010011 101101

Color Harmonies of #D05F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05F13

Black with #D05F13

Text Example


Text Example

White with #D05F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05F13; }

 p { color: rgb(208,95,19); }

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

background-color css

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

 a { background-color: rgb(208,95,19); }

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

border-color css

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

 span { border-color: rgb(208,95,19); }

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