Html Css Color HEX #D67734 Tango

📋 copy color: '#D67734'

red 214 ◦ green 119 ◦ blue 52

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

Shades of Tango #D67734

Tints of Tango #D67734

RGB

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

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

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

R = 55.58%
G = 30.91%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D67734 (or 0xD67734) is known color: Tango. HEX triplet: D6, 77 and 34. RGB value is (214,119,52). Sum of RGB (Red+Green+Blue) = 214+119+52=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D67734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67734 is #2988CB. Grayscale: #8C8C8C. Windows color (decimal): -2721996 or 3438550. OLE color: 3438550.

HSL color Cylindrical-coordinate representation of color #D67734: hue angle of 24.81º degrees, saturation: 0.66, 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 #D67734 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 119 52 -
CMYK 0 0.44 0.76 0.16
HSL 24.81º 0.66% 0.52% -
HSV(B) 24.81º 0.76% 0.84% -
XYZ 34.95 27.74 6.76 -
YUV 139.77 78.47 180.95 -
System Red Green Blue C M Y K H S L
Decimal 214 119 52 0 0.44 0.76 0.16 24.81 0.66 0.52
Hex D6 77 34 0 2C 4C 10 19 42 34
Octal 326 167 64 0 54 114 20 31 102 64
Binary 11010110 1110111 110100 0 101100 1001100 10000 11001 1000010 110100

Color Harmonies of #D67734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67734

Black with #D67734

Text Example


Text Example

White with #D67734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67734; }

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

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

background-color css

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

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

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

border-color css

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

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

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