Html Css Color HEX #D4721C Chocolate

📋 copy color: '#D4721C'

red 212 ◦ green 114 ◦ blue 28

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

Shades of Chocolate #D4721C

Tints of Chocolate #D4721C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 59.89%
G = 32.2%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4721C (or 0xD4721C) is known color: Chocolate. HEX triplet: D4, 72 and 1C. RGB value is (212,114,28). Sum of RGB (Red+Green+Blue) = 212+114+28=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4721C is #2B8DE3. Grayscale: #858585. Windows color (decimal): -2854372 or 1864404. OLE color: 1864404.

HSL color Cylindrical-coordinate representation of color #D4721C: hue angle of 28.04º 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 #D4721C is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 114 28 -
CMYK 0 0.46 0.87 0.17
HSL 28.04º 0.77% 0.47% -
HSV(B) 28.04º 0.87% 0.83% -
XYZ 33.38 26.12 4.38 -
YUV 133.5 68.47 183.99 -
System Red Green Blue C M Y K H S L
Decimal 212 114 28 0 0.46 0.87 0.17 28.04 0.77 0.47
Hex D4 72 1C 0 2E 57 11 1C 4D 2F
Octal 324 162 34 0 56 127 21 34 115 57
Binary 11010100 1110010 11100 0 101110 1010111 10001 11100 1001101 101111

Color Harmonies of #D4721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4721C

Black with #D4721C

Text Example


Text Example

White with #D4721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4721C; }

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

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

background-color css

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

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

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

border-color css

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

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

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