Html Css Color HEX #D86030 Chilean Fire

📋 copy color: '#D86030'

red 216 ◦ green 96 ◦ blue 48

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

Shades of Chilean Fire #D86030

Tints of Chilean Fire #D86030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

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

R = 60%
G = 26.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D86030 (or 0xD86030) is known color: Chilean Fire. HEX triplet: D8, 60 and 30. RGB value is (216,96,48). Sum of RGB (Red+Green+Blue) = 216+96+48=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D86030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86030 is #279FCF. Grayscale: #7E7E7E. Windows color (decimal): -2596816 or 3170520. OLE color: 3170520.

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

Color convert

RGB 216 96 48 -
CMYK 0 0.56 0.78 0.15
HSL 17.14º 0.68% 0.52% -
HSV(B) 17.14º 0.78% 0.85% -
XYZ 33.04 23.18 5.53 -
YUV 126.41 83.76 191.9 -
System Red Green Blue C M Y K H S L
Decimal 216 96 48 0 0.56 0.78 0.15 17.14 0.68 0.52
Hex D8 60 30 0 38 4E F 11 44 34
Octal 330 140 60 0 70 116 17 21 104 64
Binary 11011000 1100000 110000 0 111000 1001110 1111 10001 1000100 110100

Color Harmonies of #D86030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86030

Black with #D86030

Text Example


Text Example

White with #D86030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86030; }

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

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

background-color css

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

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

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

border-color css

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

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

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