Html Css Color HEX #D4722C Tango

📋 copy color: '#D4722C'

red 212 ◦ green 114 ◦ blue 44

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

Shades of Tango #D4722C

Tints of Tango #D4722C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 57.3%
G = 30.81%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4722C (or 0xD4722C) is known color: Tango. HEX triplet: D4, 72 and 2C. RGB value is (212,114,44). Sum of RGB (Red+Green+Blue) = 212+114+44=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4722C is #2B8DD3. Grayscale: #878787. Windows color (decimal): -2854356 or 2912980. OLE color: 2912980.

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

Color convert

RGB 212 114 44 -
CMYK 0 0.46 0.79 0.17
HSL 25º 0.66% 0.5% -
HSV(B) 25º 0.79% 0.83% -
XYZ 33.62 26.21 5.67 -
YUV 135.32 76.47 182.69 -
System Red Green Blue C M Y K H S L
Decimal 212 114 44 0 0.46 0.79 0.17 25 0.66 0.5
Hex D4 72 2C 0 2E 4F 11 19 42 32
Octal 324 162 54 0 56 117 21 31 102 62
Binary 11010100 1110010 101100 0 101110 1001111 10001 11001 1000010 110010

Color Harmonies of #D4722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4722C

Black with #D4722C

Text Example


Text Example

White with #D4722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4722C; }

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

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

background-color css

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

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

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

border-color css

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

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

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