Html Css Color HEX #D06C36 Tango

📋 copy color: '#D06C36'

red 208 ◦ green 108 ◦ blue 54

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

Shades of Tango #D06C36

Tints of Tango #D06C36

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

 BLUE value IS 54 (21.48% from 255) = 14.59%

R = 56.22%
G = 29.19%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D06C36 (or 0xD06C36) is known color: Tango. HEX triplet: D0, 6C and 36. RGB value is (208,108,54). Sum of RGB (Red+Green+Blue) = 208+108+54=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C36 is #2F93C9. Grayscale: #848484. Windows color (decimal): -3118026 or 3566800. OLE color: 3566800.

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

Color convert

RGB 208 108 54 -
CMYK 0 0.48 0.74 0.18
HSL 21.04º 0.62% 0.51% -
HSV(B) 21.04º 0.74% 0.82% -
XYZ 32.04 24.4 6.51 -
YUV 131.74 84.13 182.39 -
System Red Green Blue C M Y K H S L
Decimal 208 108 54 0 0.48 0.74 0.18 21.04 0.62 0.51
Hex D0 6C 36 0 30 4A 12 15 3E 33
Octal 320 154 66 0 60 112 22 25 76 63
Binary 11010000 1101100 110110 0 110000 1001010 10010 10101 111110 110011

Color Harmonies of #D06C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C36

Black with #D06C36

Text Example


Text Example

White with #D06C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C36; }

 p { color: rgb(208,108,54); }

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

background-color css

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

 a { background-color: rgb(208,108,54); }

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

border-color css

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

 span { border-color: rgb(208,108,54); }

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