Html Css Color HEX #D07235 Tango

📋 copy color: '#D07235'

red 208 ◦ green 114 ◦ blue 53

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

Shades of Tango #D07235

Tints of Tango #D07235

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

 BLUE value IS 53 (21.09% from 255) = 14.13%

R = 55.47%
G = 30.4%
B = 14.13%

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

#D07235 (or 0xD07235) is known color: Tango. HEX triplet: D0, 72 and 35. RGB value is (208,114,53). Sum of RGB (Red+Green+Blue) = 208+114+53=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D07235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07235 is #2F8DCA. Grayscale: #878787. Windows color (decimal): -3116491 or 3502800. OLE color: 3502800.

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

Color convert

RGB 208 114 53 -
CMYK 0 0.45 0.75 0.18
HSL 23.61º 0.62% 0.51% -
HSV(B) 23.61º 0.75% 0.82% -
XYZ 32.67 25.7 6.61 -
YUV 135.15 81.64 179.96 -
System Red Green Blue C M Y K H S L
Decimal 208 114 53 0 0.45 0.75 0.18 23.61 0.62 0.51
Hex D0 72 35 0 2D 4B 12 18 3E 33
Octal 320 162 65 0 55 113 22 30 76 63
Binary 11010000 1110010 110101 0 101101 1001011 10010 11000 111110 110011

Color Harmonies of #D07235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07235

Black with #D07235

Text Example


Text Example

White with #D07235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07235; }

 p { color: rgb(208,114,53); }

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

background-color css

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

 a { background-color: rgb(208,114,53); }

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

border-color css

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

 span { border-color: rgb(208,114,53); }

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