Html Css Color HEX #D6752E Tango

📋 copy color: '#D6752E'

red 214 ◦ green 117 ◦ blue 46

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

Shades of Tango #D6752E

Tints of Tango #D6752E

RGB

 RED value IS 214 (83.98% from 255) = 56.76%

 GREEN value IS 117 (46.09% from 255) = 31.03%

 BLUE value IS 46 (18.36% from 255) = 12.2%

R = 56.76%
G = 31.03%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6752E (or 0xD6752E) is known color: Tango. HEX triplet: D6, 75 and 2E. RGB value is (214,117,46). Sum of RGB (Red+Green+Blue) = 214+117+46=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6752E is #298AD1. Grayscale: #8A8A8A. Windows color (decimal): -2722514 or 3044822. OLE color: 3044822.

HSL color Cylindrical-coordinate representation of color #D6752E: hue angle of 25.36º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6752E is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 117 46 -
CMYK 0 0.45 0.79 0.16
HSL 25.36º 0.67% 0.51% -
HSV(B) 25.36º 0.79% 0.84% -
XYZ 34.59 27.22 6.02 -
YUV 137.91 76.14 182.27 -
System Red Green Blue C M Y K H S L
Decimal 214 117 46 0 0.45 0.79 0.16 25.36 0.67 0.51
Hex D6 75 2E 0 2D 4F 10 19 43 33
Octal 326 165 56 0 55 117 20 31 103 63
Binary 11010110 1110101 101110 0 101101 1001111 10000 11001 1000011 110011

Color Harmonies of #D6752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6752E

Black with #D6752E

Text Example


Text Example

White with #D6752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6752E; }

 p { color: rgb(214,117,46); }

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

background-color css

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

 a { background-color: rgb(214,117,46); }

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

border-color css

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

 span { border-color: rgb(214,117,46); }

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