Html Css Color HEX #D4640D Chocolate

📋 copy color: '#D4640D'

red 212 ◦ green 100 ◦ blue 13

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

Shades of Chocolate #D4640D

Tints of Chocolate #D4640D

RGB

 RED value IS 212 (83.2% from 255) = 65.23%

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

 BLUE value IS 13 (5.47% from 255) = 4%

R = 65.23%
G = 30.77%
B = 4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4640D (or 0xD4640D) is known color: Chocolate. HEX triplet: D4, 64 and 0D. RGB value is (212,100,13). Sum of RGB (Red+Green+Blue) = 212+100+13=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D4640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4640D is #2B9BF2. Grayscale: #7C7C7C. Windows color (decimal): -2857971 or 877780. OLE color: 877780.

HSL color Cylindrical-coordinate representation of color #D4640D: hue angle of 26.23º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4640D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 100 13 -
CMYK 0 0.53 0.94 0.17
HSL 26.23º 0.88% 0.44% -
HSV(B) 26.23º 0.94% 0.83% -
XYZ 31.78 23.14 3.17 -
YUV 123.57 65.61 191.07 -
System Red Green Blue C M Y K H S L
Decimal 212 100 13 0 0.53 0.94 0.17 26.23 0.88 0.44
Hex D4 64 D 0 35 5E 11 1A 58 2C
Octal 324 144 15 0 65 136 21 32 130 54
Binary 11010100 1100100 1101 0 110101 1011110 10001 11010 1011000 101100

Color Harmonies of #D4640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4640D

Black with #D4640D

Text Example


Text Example

White with #D4640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4640D; }

 p { color: rgb(212,100,13); }

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

background-color css

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

 a { background-color: rgb(212,100,13); }

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

border-color css

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

 span { border-color: rgb(212,100,13); }

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