Html Css Color HEX #D4610F Chocolate

📋 copy color: '#D4610F'

red 212 ◦ green 97 ◦ blue 15

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

Shades of Chocolate #D4610F

Tints of Chocolate #D4610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

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

R = 65.43%
G = 29.94%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4610F (or 0xD4610F) is known color: Chocolate. HEX triplet: D4, 61 and 0F. RGB value is (212,97,15). Sum of RGB (Red+Green+Blue) = 212+97+15=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D4610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4610F is #2B9EF0. Grayscale: #7A7A7A. Windows color (decimal): -2858737 or 1008084. OLE color: 1008084.

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

Color convert

RGB 212 97 15 -
CMYK 0 0.54 0.93 0.17
HSL 24.97º 0.87% 0.45% -
HSV(B) 24.97º 0.93% 0.83% -
XYZ 31.51 22.58 3.15 -
YUV 122.04 67.6 192.17 -
System Red Green Blue C M Y K H S L
Decimal 212 97 15 0 0.54 0.93 0.17 24.97 0.87 0.45
Hex D4 61 F 0 36 5D 11 19 57 2D
Octal 324 141 17 0 66 135 21 31 127 55
Binary 11010100 1100001 1111 0 110110 1011101 10001 11001 1010111 101101

Color Harmonies of #D4610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4610F

Black with #D4610F

Text Example


Text Example

White with #D4610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4610F; }

 p { color: rgb(212,97,15); }

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

background-color css

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

 a { background-color: rgb(212,97,15); }

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

border-color css

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

 span { border-color: rgb(212,97,15); }

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