Html Css Color HEX #D86332 Chilean Fire

📋 copy color: '#D86332'

red 216 ◦ green 99 ◦ blue 50

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

Shades of Chilean Fire #D86332

Tints of Chilean Fire #D86332

RGB

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

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

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

R = 59.18%
G = 27.12%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D86332 (or 0xD86332) is known color: Chilean Fire. HEX triplet: D8, 63 and 32. RGB value is (216,99,50). Sum of RGB (Red+Green+Blue) = 216+99+50=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D86332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86332 is #279CCD. Grayscale: #808080. Windows color (decimal): -2596046 or 3302360. OLE color: 3302360.

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

Color convert

RGB 216 99 50 -
CMYK 0 0.54 0.77 0.15
HSL 17.71º 0.68% 0.52% -
HSV(B) 17.71º 0.77% 0.85% -
XYZ 33.36 23.75 5.84 -
YUV 128.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 216 99 50 0 0.54 0.77 0.15 17.71 0.68 0.52
Hex D8 63 32 0 36 4D F 12 44 34
Octal 330 143 62 0 66 115 17 22 104 64
Binary 11011000 1100011 110010 0 110110 1001101 1111 10010 1000100 110100

Color Harmonies of #D86332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86332

Black with #D86332

Text Example


Text Example

White with #D86332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86332; }

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

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

background-color css

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

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

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

border-color css

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

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

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