Html Css Color HEX #D06D3B Tango

📋 copy color: '#D06D3B'

red 208 ◦ green 109 ◦ blue 59

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

Shades of Tango #D06D3B

Tints of Tango #D06D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.69%

R = 55.32%
G = 28.99%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D06D3B (or 0xD06D3B) is known color: Tango. HEX triplet: D0, 6D and 3B. RGB value is (208,109,59). Sum of RGB (Red+Green+Blue) = 208+109+59=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D3B is #2F92C4. Grayscale: #858585. Windows color (decimal): -3117765 or 3894736. OLE color: 3894736.

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

Color convert

RGB 208 109 59 -
CMYK 0 0.48 0.72 0.18
HSL 20.13º 0.61% 0.52% -
HSV(B) 20.13º 0.72% 0.82% -
XYZ 32.27 24.66 7.2 -
YUV 132.9 86.3 181.57 -
System Red Green Blue C M Y K H S L
Decimal 208 109 59 0 0.48 0.72 0.18 20.13 0.61 0.52
Hex D0 6D 3B 0 30 48 12 14 3D 34
Octal 320 155 73 0 60 110 22 24 75 64
Binary 11010000 1101101 111011 0 110000 1001000 10010 10100 111101 110100

Color Harmonies of #D06D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D3B

Black with #D06D3B

Text Example


Text Example

White with #D06D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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