Html Css Color HEX #D86230 Chilean Fire

📋 copy color: '#D86230'

red 216 ◦ green 98 ◦ blue 48

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

Shades of Chilean Fire #D86230

Tints of Chilean Fire #D86230

RGB

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

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

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

R = 59.67%
G = 27.07%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D86230 (or 0xD86230) is known color: Chilean Fire. HEX triplet: D8, 62 and 30. RGB value is (216,98,48). Sum of RGB (Red+Green+Blue) = 216+98+48=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D86230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86230 is #279DCF. Grayscale: #7F7F7F. Windows color (decimal): -2596304 or 3171032. OLE color: 3171032.

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

Color convert

RGB 216 98 48 -
CMYK 0 0.55 0.78 0.15
HSL 17.86º 0.68% 0.52% -
HSV(B) 17.86º 0.78% 0.85% -
XYZ 33.22 23.55 5.59 -
YUV 127.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 216 98 48 0 0.55 0.78 0.15 17.86 0.68 0.52
Hex D8 62 30 0 37 4E F 12 44 34
Octal 330 142 60 0 67 116 17 22 104 64
Binary 11011000 1100010 110000 0 110111 1001110 1111 10010 1000100 110100

Color Harmonies of #D86230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86230

Black with #D86230

Text Example


Text Example

White with #D86230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86230; }

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

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

background-color css

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

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

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

border-color css

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

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

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