Html Css Color HEX #D4601B Chocolate

📋 copy color: '#D4601B'

red 212 ◦ green 96 ◦ blue 27

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

Shades of Chocolate #D4601B

Tints of Chocolate #D4601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.66%

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 63.28%
G = 28.66%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4601B (or 0xD4601B) is known color: Chocolate. HEX triplet: D4, 60 and 1B. RGB value is (212,96,27). Sum of RGB (Red+Green+Blue) = 212+96+27=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D4601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4601B is #2B9FE4. Grayscale: #7B7B7B. Windows color (decimal): -2858981 or 1794260. OLE color: 1794260.

HSL color Cylindrical-coordinate representation of color #D4601B: hue angle of 22.38º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4601B is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 96 27 -
CMYK 0 0.55 0.87 0.17
HSL 22.38º 0.77% 0.47% -
HSV(B) 22.38º 0.87% 0.83% -
XYZ 31.53 22.44 3.71 -
YUV 122.82 73.93 191.61 -
System Red Green Blue C M Y K H S L
Decimal 212 96 27 0 0.55 0.87 0.17 22.38 0.77 0.47
Hex D4 60 1B 0 37 57 11 16 4D 2F
Octal 324 140 33 0 67 127 21 26 115 57
Binary 11010100 1100000 11011 0 110111 1010111 10001 10110 1001101 101111

Color Harmonies of #D4601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4601B

Black with #D4601B

Text Example


Text Example

White with #D4601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4601B; }

 p { color: rgb(212,96,27); }

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

background-color css

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

 a { background-color: rgb(212,96,27); }

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

border-color css

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

 span { border-color: rgb(212,96,27); }

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