Html Css Color HEX #D86333 Chilean Fire

📋 copy color: '#D86333'

red 216 ◦ green 99 ◦ blue 51

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

Shades of Chilean Fire #D86333

Tints of Chilean Fire #D86333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.93%

R = 59.02%
G = 27.05%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D86333 (or 0xD86333) is known color: Chilean Fire. HEX triplet: D8, 63 and 33. RGB value is (216,99,51). Sum of RGB (Red+Green+Blue) = 216+99+51=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D86333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86333 is #279CCC. Grayscale: #808080. Windows color (decimal): -2596045 or 3367896. OLE color: 3367896.

HSL color Cylindrical-coordinate representation of color #D86333: hue angle of 17.45º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D86333 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 99 51 -
CMYK 0 0.54 0.76 0.15
HSL 17.45º 0.68% 0.52% -
HSV(B) 17.45º 0.76% 0.85% -
XYZ 33.38 23.76 5.96 -
YUV 128.51 84.26 190.4 -
System Red Green Blue C M Y K H S L
Decimal 216 99 51 0 0.54 0.76 0.15 17.45 0.68 0.52
Hex D8 63 33 0 36 4C F 11 44 34
Octal 330 143 63 0 66 114 17 21 104 64
Binary 11011000 1100011 110011 0 110110 1001100 1111 10001 1000100 110100

Color Harmonies of #D86333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86333

Black with #D86333

Text Example


Text Example

White with #D86333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86333; }

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

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

background-color css

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

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

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

border-color css

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

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

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