Html Css Color HEX #D06F33 Tango

📋 copy color: '#D06F33'

red 208 ◦ green 111 ◦ blue 51

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

Shades of Tango #D06F33

Tints of Tango #D06F33

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

 BLUE value IS 51 (20.31% from 255) = 13.78%

R = 56.22%
G = 30%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D06F33 (or 0xD06F33) is known color: Tango. HEX triplet: D0, 6F and 33. RGB value is (208,111,51). Sum of RGB (Red+Green+Blue) = 208+111+51=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F33 is #2F90CC. Grayscale: #858585. Windows color (decimal): -3117261 or 3370960. OLE color: 3370960.

HSL color Cylindrical-coordinate representation of color #D06F33: hue angle of 22.93º degrees, saturation: 0.63, 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 #D06F33 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 111 51 -
CMYK 0 0.47 0.75 0.18
HSL 22.93º 0.63% 0.51% -
HSV(B) 22.93º 0.75% 0.82% -
XYZ 32.29 25.02 6.26 -
YUV 133.16 81.64 181.38 -
System Red Green Blue C M Y K H S L
Decimal 208 111 51 0 0.47 0.75 0.18 22.93 0.63 0.51
Hex D0 6F 33 0 2F 4B 12 17 3F 33
Octal 320 157 63 0 57 113 22 27 77 63
Binary 11010000 1101111 110011 0 101111 1001011 10010 10111 111111 110011

Color Harmonies of #D06F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F33

Black with #D06F33

Text Example


Text Example

White with #D06F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F33; }

 p { color: rgb(208,111,51); }

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

background-color css

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

 a { background-color: rgb(208,111,51); }

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

border-color css

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

 span { border-color: rgb(208,111,51); }

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