Html Css Color HEX #D67230 Tango

📋 copy color: '#D67230'

red 214 ◦ green 114 ◦ blue 48

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

Shades of Tango #D67230

Tints of Tango #D67230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.77%

R = 56.91%
G = 30.32%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D67230 (or 0xD67230) is known color: Tango. HEX triplet: D6, 72 and 30. RGB value is (214,114,48). Sum of RGB (Red+Green+Blue) = 214+114+48=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D67230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67230 is #298DCF. Grayscale: #888888. Windows color (decimal): -2723280 or 3175126. OLE color: 3175126.

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

Color convert

RGB 214 114 48 -
CMYK 0 0.47 0.78 0.16
HSL 23.86º 0.67% 0.51% -
HSV(B) 23.86º 0.78% 0.84% -
XYZ 34.28 26.54 6.11 -
YUV 136.38 78.13 183.37 -
System Red Green Blue C M Y K H S L
Decimal 214 114 48 0 0.47 0.78 0.16 23.86 0.67 0.51
Hex D6 72 30 0 2F 4E 10 18 43 33
Octal 326 162 60 0 57 116 20 30 103 63
Binary 11010110 1110010 110000 0 101111 1001110 10000 11000 1000011 110011

Color Harmonies of #D67230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67230

Black with #D67230

Text Example


Text Example

White with #D67230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67230; }

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

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

background-color css

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

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

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

border-color css

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

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

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