Html Css Color HEX #D4702F Tango

📋 copy color: '#D4702F'

red 212 ◦ green 112 ◦ blue 47

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

Shades of Tango #D4702F

Tints of Tango #D4702F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 47 (18.75% from 255) = 12.67%

R = 57.14%
G = 30.19%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4702F (or 0xD4702F) is known color: Tango. HEX triplet: D4, 70 and 2F. RGB value is (212,112,47). Sum of RGB (Red+Green+Blue) = 212+112+47=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4702F is #2B8FD0. Grayscale: #868686. Windows color (decimal): -2854865 or 3109076. OLE color: 3109076.

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

Color convert

RGB 212 112 47 -
CMYK 0 0.47 0.78 0.17
HSL 23.64º 0.66% 0.51% -
HSV(B) 23.64º 0.78% 0.83% -
XYZ 33.46 25.79 5.9 -
YUV 134.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 212 112 47 0 0.47 0.78 0.17 23.64 0.66 0.51
Hex D4 70 2F 0 2F 4E 11 18 42 33
Octal 324 160 57 0 57 116 21 30 102 63
Binary 11010100 1110000 101111 0 101111 1001110 10001 11000 1000010 110011

Color Harmonies of #D4702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4702F

Black with #D4702F

Text Example


Text Example

White with #D4702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4702F; }

 p { color: rgb(212,112,47); }

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

background-color css

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

 a { background-color: rgb(212,112,47); }

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

border-color css

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

 span { border-color: rgb(212,112,47); }

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