Html Css Color HEX #D06D34 Tango

📋 copy color: '#D06D34'

red 208 ◦ green 109 ◦ blue 52

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

Shades of Tango #D06D34

Tints of Tango #D06D34

RGB

 RED value IS 208 (81.64% from 255) = 56.37%

 GREEN value IS 109 (42.97% from 255) = 29.54%

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 56.37%
G = 29.54%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D06D34 (or 0xD06D34) is known color: Tango. HEX triplet: D0, 6D and 34. RGB value is (208,109,52). Sum of RGB (Red+Green+Blue) = 208+109+52=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D34 is #2F92CB. Grayscale: #848484. Windows color (decimal): -3117772 or 3435984. OLE color: 3435984.

HSL color Cylindrical-coordinate representation of color #D06D34: hue angle of 21.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D06D34 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 109 52 -
CMYK 0 0.48 0.75 0.18
HSL 21.92º 0.62% 0.51% -
HSV(B) 21.92º 0.75% 0.82% -
XYZ 32.1 24.6 6.3 -
YUV 132.1 82.8 182.13 -
System Red Green Blue C M Y K H S L
Decimal 208 109 52 0 0.48 0.75 0.18 21.92 0.62 0.51
Hex D0 6D 34 0 30 4B 12 16 3E 33
Octal 320 155 64 0 60 113 22 26 76 63
Binary 11010000 1101101 110100 0 110000 1001011 10010 10110 111110 110011

Color Harmonies of #D06D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D34

Black with #D06D34

Text Example


Text Example

White with #D06D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D34; }

 p { color: rgb(208,109,52); }

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

background-color css

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

 a { background-color: rgb(208,109,52); }

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

border-color css

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

 span { border-color: rgb(208,109,52); }

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