Html Css Color HEX #D4721F Chocolate

📋 copy color: '#D4721F'

red 212 ◦ green 114 ◦ blue 31

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

Shades of Chocolate #D4721F

Tints of Chocolate #D4721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

 BLUE value IS 31 (12.5% from 255) = 8.68%

R = 59.38%
G = 31.93%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4721F (or 0xD4721F) is known color: Chocolate. HEX triplet: D4, 72 and 1F. RGB value is (212,114,31). Sum of RGB (Red+Green+Blue) = 212+114+31=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D4721F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4721F is #2B8DE0. Grayscale: #868686. Windows color (decimal): -2854369 or 2061012. OLE color: 2061012.

HSL color Cylindrical-coordinate representation of color #D4721F: hue angle of 27.51º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4721F is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 114 31 -
CMYK 0 0.46 0.85 0.17
HSL 27.51º 0.74% 0.48% -
HSV(B) 27.51º 0.85% 0.83% -
XYZ 33.42 26.13 4.58 -
YUV 133.84 69.97 183.75 -
System Red Green Blue C M Y K H S L
Decimal 212 114 31 0 0.46 0.85 0.17 27.51 0.74 0.48
Hex D4 72 1F 0 2E 55 11 1C 4A 30
Octal 324 162 37 0 56 125 21 34 112 60
Binary 11010100 1110010 11111 0 101110 1010101 10001 11100 1001010 110000

Color Harmonies of #D4721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4721F

Black with #D4721F

Text Example


Text Example

White with #D4721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4721F; }

 p { color: rgb(212,114,31); }

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

background-color css

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

 a { background-color: rgb(212,114,31); }

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

border-color css

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

 span { border-color: rgb(212,114,31); }

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