Html Css Color HEX #D67530 Tango

📋 copy color: '#D67530'

red 214 ◦ green 117 ◦ blue 48

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

Shades of Tango #D67530

Tints of Tango #D67530

RGB

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

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

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

R = 56.46%
G = 30.87%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D67530 (or 0xD67530) is known color: Tango. HEX triplet: D6, 75 and 30. RGB value is (214,117,48). Sum of RGB (Red+Green+Blue) = 214+117+48=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D67530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67530 is #298ACF. Grayscale: #8A8A8A. Windows color (decimal): -2722512 or 3175894. OLE color: 3175894.

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

Color convert

RGB 214 117 48 -
CMYK 0 0.45 0.78 0.16
HSL 24.94º 0.67% 0.51% -
HSV(B) 24.94º 0.78% 0.84% -
XYZ 34.63 27.23 6.23 -
YUV 138.14 77.14 182.11 -
System Red Green Blue C M Y K H S L
Decimal 214 117 48 0 0.45 0.78 0.16 24.94 0.67 0.51
Hex D6 75 30 0 2D 4E 10 19 43 33
Octal 326 165 60 0 55 116 20 31 103 63
Binary 11010110 1110101 110000 0 101101 1001110 10000 11001 1000011 110011

Color Harmonies of #D67530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67530

Black with #D67530

Text Example


Text Example

White with #D67530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67530; }

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

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

background-color css

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

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

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

border-color css

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

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

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