Html Css Color HEX #D0641D Chocolate

📋 copy color: '#D0641D'

red 208 ◦ green 100 ◦ blue 29

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

Shades of Chocolate #D0641D

Tints of Chocolate #D0641D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.61%

R = 61.72%
G = 29.67%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0641D (or 0xD0641D) is known color: Chocolate. HEX triplet: D0, 64 and 1D. RGB value is (208,100,29). Sum of RGB (Red+Green+Blue) = 208+100+29=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0641D is #2F9BE2. Grayscale: #7C7C7C. Windows color (decimal): -3120099 or 1926352. OLE color: 1926352.

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

Color convert

RGB 208 100 29 -
CMYK 0 0.52 0.86 0.18
HSL 23.8º 0.76% 0.46% -
HSV(B) 23.8º 0.86% 0.82% -
XYZ 30.79 22.61 3.9 -
YUV 124.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 208 100 29 0 0.52 0.86 0.18 23.8 0.76 0.46
Hex D0 64 1D 0 34 56 12 18 4C 2E
Octal 320 144 35 0 64 126 22 30 114 56
Binary 11010000 1100100 11101 0 110100 1010110 10010 11000 1001100 101110

Color Harmonies of #D0641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0641D

Black with #D0641D

Text Example


Text Example

White with #D0641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0641D; }

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

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

background-color css

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

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

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

border-color css

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

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

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