Html Css Color HEX #D07334 Tango

📋 copy color: '#D07334'

red 208 ◦ green 115 ◦ blue 52

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

Shades of Tango #D07334

Tints of Tango #D07334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

 BLUE value IS 52 (20.7% from 255) = 13.87%

R = 55.47%
G = 30.67%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D07334 (or 0xD07334) is known color: Tango. HEX triplet: D0, 73 and 34. RGB value is (208,115,52). Sum of RGB (Red+Green+Blue) = 208+115+52=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D07334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07334 is #2F8CCB. Grayscale: #878787. Windows color (decimal): -3116236 or 3437520. OLE color: 3437520.

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

Color convert

RGB 208 115 52 -
CMYK 0 0.45 0.75 0.18
HSL 24.23º 0.62% 0.51% -
HSV(B) 24.23º 0.75% 0.82% -
XYZ 32.76 25.92 6.52 -
YUV 135.63 80.81 179.62 -
System Red Green Blue C M Y K H S L
Decimal 208 115 52 0 0.45 0.75 0.18 24.23 0.62 0.51
Hex D0 73 34 0 2D 4B 12 18 3E 33
Octal 320 163 64 0 55 113 22 30 76 63
Binary 11010000 1110011 110100 0 101101 1001011 10010 11000 111110 110011

Color Harmonies of #D07334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07334

Black with #D07334

Text Example


Text Example

White with #D07334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07334; }

 p { color: rgb(208,115,52); }

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

background-color css

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

 a { background-color: rgb(208,115,52); }

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

border-color css

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

 span { border-color: rgb(208,115,52); }

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