Html Css Color HEX #D67231 Tango

📋 copy color: '#D67231'

red 214 ◦ green 114 ◦ blue 49

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

Shades of Tango #D67231

Tints of Tango #D67231

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 49 (19.53% from 255) = 13%

R = 56.76%
G = 30.24%
B = 13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D67231 (or 0xD67231) is known color: Tango. HEX triplet: D6, 72 and 31. RGB value is (214,114,49). Sum of RGB (Red+Green+Blue) = 214+114+49=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D67231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67231 is #298DCE. Grayscale: #888888. Windows color (decimal): -2723279 or 3240662. OLE color: 3240662.

HSL color Cylindrical-coordinate representation of color #D67231: hue angle of 23.64º 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 #D67231 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 49 -
CMYK 0 0.47 0.77 0.16
HSL 23.64º 0.67% 0.52% -
HSV(B) 23.64º 0.77% 0.84% -
XYZ 34.3 26.55 6.22 -
YUV 136.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 214 114 49 0 0.47 0.77 0.16 23.64 0.67 0.52
Hex D6 72 31 0 2F 4D 10 18 43 34
Octal 326 162 61 0 57 115 20 30 103 64
Binary 11010110 1110010 110001 0 101111 1001101 10000 11000 1000011 110100

Color Harmonies of #D67231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67231

Black with #D67231

Text Example


Text Example

White with #D67231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67231; }

 p { color: rgb(214,114,49); }

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

background-color css

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

 a { background-color: rgb(214,114,49); }

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

border-color css

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

 span { border-color: rgb(214,114,49); }

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