Html Css Color HEX #D4721A Chocolate

📋 copy color: '#D4721A'

red 212 ◦ green 114 ◦ blue 26

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

Shades of Chocolate #D4721A

Tints of Chocolate #D4721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.39%

R = 60.23%
G = 32.39%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4721A (or 0xD4721A) is known color: Chocolate. HEX triplet: D4, 72 and 1A. RGB value is (212,114,26). Sum of RGB (Red+Green+Blue) = 212+114+26=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D4721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4721A is #2B8DE5. Grayscale: #858585. Windows color (decimal): -2854374 or 1733332. OLE color: 1733332.

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

Color convert

RGB 212 114 26 -
CMYK 0 0.46 0.88 0.17
HSL 28.39º 0.78% 0.47% -
HSV(B) 28.39º 0.88% 0.83% -
XYZ 33.36 26.11 4.26 -
YUV 133.27 67.47 184.16 -
System Red Green Blue C M Y K H S L
Decimal 212 114 26 0 0.46 0.88 0.17 28.39 0.78 0.47
Hex D4 72 1A 0 2E 58 11 1C 4E 2F
Octal 324 162 32 0 56 130 21 34 116 57
Binary 11010100 1110010 11010 0 101110 1011000 10001 11100 1001110 101111

Color Harmonies of #D4721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4721A

Black with #D4721A

Text Example


Text Example

White with #D4721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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