Html Css Color HEX #D67533 Tango

📋 copy color: '#D67533'

red 214 ◦ green 117 ◦ blue 51

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

Shades of Tango #D67533

Tints of Tango #D67533

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

 BLUE value IS 51 (20.31% from 255) = 13.35%

R = 56.02%
G = 30.63%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D67533 (or 0xD67533) is known color: Tango. HEX triplet: D6, 75 and 33. RGB value is (214,117,51). Sum of RGB (Red+Green+Blue) = 214+117+51=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D67533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67533 is #298ACC. Grayscale: #8A8A8A. Windows color (decimal): -2722509 or 3372502. OLE color: 3372502.

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

Color convert

RGB 214 117 51 -
CMYK 0 0.45 0.76 0.16
HSL 24.29º 0.67% 0.52% -
HSV(B) 24.29º 0.76% 0.84% -
XYZ 34.69 27.26 6.56 -
YUV 138.48 78.64 181.87 -
System Red Green Blue C M Y K H S L
Decimal 214 117 51 0 0.45 0.76 0.16 24.29 0.67 0.52
Hex D6 75 33 0 2D 4C 10 18 43 34
Octal 326 165 63 0 55 114 20 30 103 64
Binary 11010110 1110101 110011 0 101101 1001100 10000 11000 1000011 110100

Color Harmonies of #D67533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67533

Black with #D67533

Text Example


Text Example

White with #D67533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67533; }

 p { color: rgb(214,117,51); }

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

background-color css

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

 a { background-color: rgb(214,117,51); }

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

border-color css

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

 span { border-color: rgb(214,117,51); }

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