Html Css Color HEX #D07038 Tango

📋 copy color: '#D07038'

red 208 ◦ green 112 ◦ blue 56

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

Shades of Tango #D07038

Tints of Tango #D07038

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

 BLUE value IS 56 (22.27% from 255) = 14.89%

R = 55.32%
G = 29.79%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D07038 (or 0xD07038) is known color: Tango. HEX triplet: D0, 70 and 38. RGB value is (208,112,56). Sum of RGB (Red+Green+Blue) = 208+112+56=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D07038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07038 is #2F8FC7. Grayscale: #868686. Windows color (decimal): -3117000 or 3698896. OLE color: 3698896.

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

Color convert

RGB 208 112 56 -
CMYK 0 0.46 0.73 0.18
HSL 22.11º 0.62% 0.52% -
HSV(B) 22.11º 0.73% 0.82% -
XYZ 32.52 25.28 6.91 -
YUV 134.32 83.8 180.55 -
System Red Green Blue C M Y K H S L
Decimal 208 112 56 0 0.46 0.73 0.18 22.11 0.62 0.52
Hex D0 70 38 0 2E 49 12 16 3E 34
Octal 320 160 70 0 56 111 22 26 76 64
Binary 11010000 1110000 111000 0 101110 1001001 10010 10110 111110 110100

Color Harmonies of #D07038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07038

Black with #D07038

Text Example


Text Example

White with #D07038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07038; }

 p { color: rgb(208,112,56); }

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

background-color css

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

 a { background-color: rgb(208,112,56); }

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

border-color css

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

 span { border-color: rgb(208,112,56); }

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