Html Css Color HEX #D86330 Chilean Fire

📋 copy color: '#D86330'

red 216 ◦ green 99 ◦ blue 48

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

Shades of Chilean Fire #D86330

Tints of Chilean Fire #D86330

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.27%

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

R = 59.5%
G = 27.27%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D86330 (or 0xD86330) is known color: Chilean Fire. HEX triplet: D8, 63 and 30. RGB value is (216,99,48). Sum of RGB (Red+Green+Blue) = 216+99+48=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D86330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86330 is #279CCF. Grayscale: #808080. Windows color (decimal): -2596048 or 3171288. OLE color: 3171288.

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

Color convert

RGB 216 99 48 -
CMYK 0 0.54 0.78 0.15
HSL 18.21º 0.68% 0.52% -
HSV(B) 18.21º 0.78% 0.85% -
XYZ 33.31 23.74 5.62 -
YUV 128.17 82.76 190.65 -
System Red Green Blue C M Y K H S L
Decimal 216 99 48 0 0.54 0.78 0.15 18.21 0.68 0.52
Hex D8 63 30 0 36 4E F 12 44 34
Octal 330 143 60 0 66 116 17 22 104 64
Binary 11011000 1100011 110000 0 110110 1001110 1111 10010 1000100 110100

Color Harmonies of #D86330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86330

Black with #D86330

Text Example


Text Example

White with #D86330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86330; }

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

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

background-color css

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

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

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

border-color css

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

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

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