Html Css Color HEX #D86231 Chilean Fire

📋 copy color: '#D86231'

red 216 ◦ green 98 ◦ blue 49

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

Shades of Chilean Fire #D86231

Tints of Chilean Fire #D86231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27%

 BLUE value IS 49 (19.53% from 255) = 13.5%

R = 59.5%
G = 27%
B = 13.5%

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

#D86231 (or 0xD86231) is known color: Chilean Fire. HEX triplet: D8, 62 and 31. RGB value is (216,98,49). Sum of RGB (Red+Green+Blue) = 216+98+49=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D86231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86231 is #279DCE. Grayscale: #808080. Windows color (decimal): -2596303 or 3236568. OLE color: 3236568.

HSL color Cylindrical-coordinate representation of color #D86231: hue angle of 17.6º 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 #D86231 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 98 49 -
CMYK 0 0.55 0.77 0.15
HSL 17.6º 0.68% 0.52% -
HSV(B) 17.6º 0.77% 0.85% -
XYZ 33.24 23.56 5.7 -
YUV 127.7 83.59 190.98 -
System Red Green Blue C M Y K H S L
Decimal 216 98 49 0 0.55 0.77 0.15 17.6 0.68 0.52
Hex D8 62 31 0 37 4D F 12 44 34
Octal 330 142 61 0 67 115 17 22 104 64
Binary 11011000 1100010 110001 0 110111 1001101 1111 10010 1000100 110100

Color Harmonies of #D86231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86231

Black with #D86231

Text Example


Text Example

White with #D86231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86231; }

 p { color: rgb(216,98,49); }

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

background-color css

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

 a { background-color: rgb(216,98,49); }

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

border-color css

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

 span { border-color: rgb(216,98,49); }

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