Html Css Color HEX #D4762F Tango

📋 copy color: '#D4762F'

red 212 ◦ green 118 ◦ blue 47

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

Shades of Tango #D4762F

Tints of Tango #D4762F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

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

R = 56.23%
G = 31.3%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4762F (or 0xD4762F) is known color: Tango. HEX triplet: D4, 76 and 2F. RGB value is (212,118,47). Sum of RGB (Red+Green+Blue) = 212+118+47=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D4762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4762F is #2B89D0. Grayscale: #8A8A8A. Windows color (decimal): -2853329 or 3110612. OLE color: 3110612.

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

Color convert

RGB 212 118 47 -
CMYK 0 0.44 0.78 0.17
HSL 25.82º 0.66% 0.51% -
HSV(B) 25.82º 0.78% 0.83% -
XYZ 34.14 27.16 6.13 -
YUV 138.01 76.64 180.77 -
System Red Green Blue C M Y K H S L
Decimal 212 118 47 0 0.44 0.78 0.17 25.82 0.66 0.51
Hex D4 76 2F 0 2C 4E 11 1A 42 33
Octal 324 166 57 0 54 116 21 32 102 63
Binary 11010100 1110110 101111 0 101100 1001110 10001 11010 1000010 110011

Color Harmonies of #D4762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4762F

Black with #D4762F

Text Example


Text Example

White with #D4762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4762F; }

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

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

background-color css

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

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

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

border-color css

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

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

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