Html Css Color HEX #D06D30 Tango

📋 copy color: '#D06D30'

red 208 ◦ green 109 ◦ blue 48

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

Shades of Tango #D06D30

Tints of Tango #D06D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 56.99%
G = 29.86%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D06D30 (or 0xD06D30) is known color: Tango. HEX triplet: D0, 6D and 30. RGB value is (208,109,48). Sum of RGB (Red+Green+Blue) = 208+109+48=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D30 is #2F92CF. Grayscale: #838383. Windows color (decimal): -3117776 or 3173840. OLE color: 3173840.

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

Color convert

RGB 208 109 48 -
CMYK 0 0.48 0.77 0.18
HSL 22.88º 0.63% 0.5% -
HSV(B) 22.88º 0.77% 0.82% -
XYZ 32.01 24.56 5.85 -
YUV 131.65 80.8 182.46 -
System Red Green Blue C M Y K H S L
Decimal 208 109 48 0 0.48 0.77 0.18 22.88 0.63 0.5
Hex D0 6D 30 0 30 4D 12 17 3F 32
Octal 320 155 60 0 60 115 22 27 77 62
Binary 11010000 1101101 110000 0 110000 1001101 10010 10111 111111 110010

Color Harmonies of #D06D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D30

Black with #D06D30

Text Example


Text Example

White with #D06D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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