Html Css Color HEX #D86132 Chilean Fire

📋 copy color: '#D86132'

red 216 ◦ green 97 ◦ blue 50

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

Shades of Chilean Fire #D86132

Tints of Chilean Fire #D86132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

 BLUE value IS 50 (19.92% from 255) = 13.77%

R = 59.5%
G = 26.72%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D86132 (or 0xD86132) is known color: Chilean Fire. HEX triplet: D8, 61 and 32. RGB value is (216,97,50). Sum of RGB (Red+Green+Blue) = 216+97+50=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D86132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86132 is #279ECD. Grayscale: #7F7F7F. Windows color (decimal): -2596558 or 3301848. OLE color: 3301848.

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

Color convert

RGB 216 97 50 -
CMYK 0 0.55 0.77 0.15
HSL 16.99º 0.68% 0.52% -
HSV(B) 16.99º 0.77% 0.85% -
XYZ 33.17 23.38 5.78 -
YUV 127.22 84.42 191.32 -
System Red Green Blue C M Y K H S L
Decimal 216 97 50 0 0.55 0.77 0.15 16.99 0.68 0.52
Hex D8 61 32 0 37 4D F 11 44 34
Octal 330 141 62 0 67 115 17 21 104 64
Binary 11011000 1100001 110010 0 110111 1001101 1111 10001 1000100 110100

Color Harmonies of #D86132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86132

Black with #D86132

Text Example


Text Example

White with #D86132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86132; }

 p { color: rgb(216,97,50); }

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

background-color css

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

 a { background-color: rgb(216,97,50); }

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

border-color css

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

 span { border-color: rgb(216,97,50); }

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