Html Css Color HEX #D0640F Chocolate

📋 copy color: '#D0640F'

red 208 ◦ green 100 ◦ blue 15

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

Shades of Chocolate #D0640F

Tints of Chocolate #D0640F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.96%

 BLUE value IS 15 (6.25% from 255) = 4.64%

R = 64.4%
G = 30.96%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0640F (or 0xD0640F) is known color: Chocolate. HEX triplet: D0, 64 and 0F. RGB value is (208,100,15). Sum of RGB (Red+Green+Blue) = 208+100+15=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D0640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0640F is #2F9BF0. Grayscale: #7B7B7B. Windows color (decimal): -3120113 or 1008848. OLE color: 1008848.

HSL color Cylindrical-coordinate representation of color #D0640F: hue angle of 26.42º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0640F is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 100 15 -
CMYK 0 0.52 0.93 0.18
HSL 26.42º 0.87% 0.44% -
HSV(B) 26.42º 0.93% 0.82% -
XYZ 30.66 22.56 3.19 -
YUV 122.6 67.28 188.91 -
System Red Green Blue C M Y K H S L
Decimal 208 100 15 0 0.52 0.93 0.18 26.42 0.87 0.44
Hex D0 64 F 0 34 5D 12 1A 57 2C
Octal 320 144 17 0 64 135 22 32 127 54
Binary 11010000 1100100 1111 0 110100 1011101 10010 11010 1010111 101100

Color Harmonies of #D0640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0640F

Black with #D0640F

Text Example


Text Example

White with #D0640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0640F; }

 p { color: rgb(208,100,15); }

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

background-color css

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

 a { background-color: rgb(208,100,15); }

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

border-color css

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

 span { border-color: rgb(208,100,15); }

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