Html Css Color HEX #D6752F Tango

📋 copy color: '#D6752F'

red 214 ◦ green 117 ◦ blue 47

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

Shades of Tango #D6752F

Tints of Tango #D6752F

RGB

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

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

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

R = 56.61%
G = 30.95%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6752F (or 0xD6752F) is known color: Tango. HEX triplet: D6, 75 and 2F. RGB value is (214,117,47). Sum of RGB (Red+Green+Blue) = 214+117+47=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6752F is #298AD0. Grayscale: #8A8A8A. Windows color (decimal): -2722513 or 3110358. OLE color: 3110358.

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

Color convert

RGB 214 117 47 -
CMYK 0 0.45 0.78 0.16
HSL 25.15º 0.67% 0.51% -
HSV(B) 25.15º 0.78% 0.84% -
XYZ 34.61 27.22 6.12 -
YUV 138.02 76.64 182.19 -
System Red Green Blue C M Y K H S L
Decimal 214 117 47 0 0.45 0.78 0.16 25.15 0.67 0.51
Hex D6 75 2F 0 2D 4E 10 19 43 33
Octal 326 165 57 0 55 116 20 31 103 63
Binary 11010110 1110101 101111 0 101101 1001110 10000 11001 1000011 110011

Color Harmonies of #D6752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6752F

Black with #D6752F

Text Example


Text Example

White with #D6752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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