Html Css Color HEX #D67430 Tango

📋 copy color: '#D67430'

red 214 ◦ green 116 ◦ blue 48

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

Shades of Tango #D67430

Tints of Tango #D67430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

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

R = 56.61%
G = 30.69%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D67430 (or 0xD67430) is known color: Tango. HEX triplet: D6, 74 and 30. RGB value is (214,116,48). Sum of RGB (Red+Green+Blue) = 214+116+48=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D67430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67430 is #298BCF. Grayscale: #898989. Windows color (decimal): -2722768 or 3175638. OLE color: 3175638.

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

Color convert

RGB 214 116 48 -
CMYK 0 0.46 0.78 0.16
HSL 24.58º 0.67% 0.51% -
HSV(B) 24.58º 0.78% 0.84% -
XYZ 34.51 27 6.19 -
YUV 137.55 77.47 182.53 -
System Red Green Blue C M Y K H S L
Decimal 214 116 48 0 0.46 0.78 0.16 24.58 0.67 0.51
Hex D6 74 30 0 2E 4E 10 19 43 33
Octal 326 164 60 0 56 116 20 31 103 63
Binary 11010110 1110100 110000 0 101110 1001110 10000 11001 1000011 110011

Color Harmonies of #D67430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67430

Black with #D67430

Text Example


Text Example

White with #D67430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67430; }

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

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

background-color css

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

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

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

border-color css

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

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

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