Html Css Color HEX #D76032 Chilean Fire

📋 copy color: '#D76032'

red 215 ◦ green 96 ◦ blue 50

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

Shades of Chilean Fire #D76032

Tints of Chilean Fire #D76032

RGB

 RED value IS 215 (84.38% from 255) = 59.56%

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

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

R = 59.56%
G = 26.59%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D76032 (or 0xD76032) is known color: Chilean Fire. HEX triplet: D7, 60 and 32. RGB value is (215,96,50). Sum of RGB (Red+Green+Blue) = 215+96+50=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D76032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76032 is #289FCD. Grayscale: #7E7E7E. Windows color (decimal): -2662350 or 3301591. OLE color: 3301591.

HSL color Cylindrical-coordinate representation of color #D76032: hue angle of 16.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D76032 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 96 50 -
CMYK 0 0.55 0.77 0.16
HSL 16.73º 0.67% 0.52% -
HSV(B) 16.73º 0.77% 0.84% -
XYZ 32.78 23.04 5.74 -
YUV 126.34 84.92 191.24 -
System Red Green Blue C M Y K H S L
Decimal 215 96 50 0 0.55 0.77 0.16 16.73 0.67 0.52
Hex D7 60 32 0 37 4D 10 11 43 34
Octal 327 140 62 0 67 115 20 21 103 64
Binary 11010111 1100000 110010 0 110111 1001101 10000 10001 1000011 110100

Color Harmonies of #D76032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76032

Black with #D76032

Text Example


Text Example

White with #D76032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76032; }

 p { color: rgb(215,96,50); }

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

background-color css

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

 a { background-color: rgb(215,96,50); }

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

border-color css

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

 span { border-color: rgb(215,96,50); }

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