Html Css Color HEX #D67035 Tango

📋 copy color: '#D67035'

red 214 ◦ green 112 ◦ blue 53

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

Shades of Tango #D67035

Tints of Tango #D67035

RGB

 RED value IS 214 (83.98% from 255) = 56.46%

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

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

R = 56.46%
G = 29.55%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D67035 (or 0xD67035) is known color: Tango. HEX triplet: D6, 70 and 35. RGB value is (214,112,53). Sum of RGB (Red+Green+Blue) = 214+112+53=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D67035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67035 is #298FCA. Grayscale: #888888. Windows color (decimal): -2723787 or 3502294. OLE color: 3502294.

HSL color Cylindrical-coordinate representation of color #D67035: hue angle of 21.99º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D67035 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 53 -
CMYK 0 0.48 0.75 0.16
HSL 21.99º 0.66% 0.52% -
HSV(B) 21.99º 0.75% 0.84% -
XYZ 34.17 26.14 6.61 -
YUV 135.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 214 112 53 0 0.48 0.75 0.16 21.99 0.66 0.52
Hex D6 70 35 0 30 4B 10 16 42 34
Octal 326 160 65 0 60 113 20 26 102 64
Binary 11010110 1110000 110101 0 110000 1001011 10000 10110 1000010 110100

Color Harmonies of #D67035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67035

Black with #D67035

Text Example


Text Example

White with #D67035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67035; }

 p { color: rgb(214,112,53); }

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

background-color css

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

 a { background-color: rgb(214,112,53); }

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

border-color css

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

 span { border-color: rgb(214,112,53); }

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