Html Css Color HEX #D67732 Tango

📋 copy color: '#D67732'

red 214 ◦ green 119 ◦ blue 50

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

Shades of Tango #D67732

Tints of Tango #D67732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.05%

R = 55.87%
G = 31.07%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D67732 (or 0xD67732) is known color: Tango. HEX triplet: D6, 77 and 32. RGB value is (214,119,50). Sum of RGB (Red+Green+Blue) = 214+119+50=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D67732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67732 is #2988CD. Grayscale: #8B8B8B. Windows color (decimal): -2721998 or 3307478. OLE color: 3307478.

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

Color convert

RGB 214 119 50 -
CMYK 0 0.44 0.77 0.16
HSL 25.24º 0.67% 0.52% -
HSV(B) 25.24º 0.77% 0.84% -
XYZ 34.9 27.72 6.53 -
YUV 139.54 77.47 181.11 -
System Red Green Blue C M Y K H S L
Decimal 214 119 50 0 0.44 0.77 0.16 25.24 0.67 0.52
Hex D6 77 32 0 2C 4D 10 19 43 34
Octal 326 167 62 0 54 115 20 31 103 64
Binary 11010110 1110111 110010 0 101100 1001101 10000 11001 1000011 110100

Color Harmonies of #D67732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67732

Black with #D67732

Text Example


Text Example

White with #D67732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67732; }

 p { color: rgb(214,119,50); }

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

background-color css

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

 a { background-color: rgb(214,119,50); }

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

border-color css

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

 span { border-color: rgb(214,119,50); }

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