Html Css Color HEX #D86F30 Tango

📋 copy color: '#D86F30'

red 216 ◦ green 111 ◦ blue 48

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

Shades of Tango #D86F30

Tints of Tango #D86F30

RGB

 RED value IS 216 (84.77% from 255) = 57.6%

 GREEN value IS 111 (43.75% from 255) = 29.6%

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

R = 57.6%
G = 29.6%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D86F30 (or 0xD86F30) is known color: Tango. HEX triplet: D8, 6F and 30. RGB value is (216,111,48). Sum of RGB (Red+Green+Blue) = 216+111+48=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F30 is #2790CF. Grayscale: #878787. Windows color (decimal): -2592976 or 3174360. OLE color: 3174360.

HSL color Cylindrical-coordinate representation of color #D86F30: hue angle of 22.5º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D86F30 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 111 48 -
CMYK 0 0.49 0.78 0.15
HSL 22.5º 0.68% 0.52% -
HSV(B) 22.5º 0.78% 0.85% -
XYZ 34.54 26.18 6.03 -
YUV 135.21 78.79 185.62 -
System Red Green Blue C M Y K H S L
Decimal 216 111 48 0 0.49 0.78 0.15 22.5 0.68 0.52
Hex D8 6F 30 0 31 4E F 16 44 34
Octal 330 157 60 0 61 116 17 26 104 64
Binary 11011000 1101111 110000 0 110001 1001110 1111 10110 1000100 110100

Color Harmonies of #D86F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F30

Black with #D86F30

Text Example


Text Example

White with #D86F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F30; }

 p { color: rgb(216,111,48); }

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

background-color css

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

 a { background-color: rgb(216,111,48); }

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

border-color css

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

 span { border-color: rgb(216,111,48); }

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