Html Css Color HEX #D07734 Tango

📋 copy color: '#D07734'

red 208 ◦ green 119 ◦ blue 52

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

Shades of Tango #D07734

Tints of Tango #D07734

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

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

R = 54.88%
G = 31.4%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D07734 (or 0xD07734) is known color: Tango. HEX triplet: D0, 77 and 34. RGB value is (208,119,52). Sum of RGB (Red+Green+Blue) = 208+119+52=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D07734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07734 is #2F88CB. Grayscale: #8A8A8A. Windows color (decimal): -3115212 or 3438544. OLE color: 3438544.

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

Color convert

RGB 208 119 52 -
CMYK 0 0.43 0.75 0.18
HSL 25.77º 0.62% 0.51% -
HSV(B) 25.77º 0.75% 0.82% -
XYZ 33.23 26.85 6.68 -
YUV 137.97 79.49 177.95 -
System Red Green Blue C M Y K H S L
Decimal 208 119 52 0 0.43 0.75 0.18 25.77 0.62 0.51
Hex D0 77 34 0 2B 4B 12 1A 3E 33
Octal 320 167 64 0 53 113 22 32 76 63
Binary 11010000 1110111 110100 0 101011 1001011 10010 11010 111110 110011

Color Harmonies of #D07734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07734

Black with #D07734

Text Example


Text Example

White with #D07734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07734; }

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

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

background-color css

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

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

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

border-color css

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

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

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