Html Css Color HEX #D96332 Chilean Fire

📋 copy color: '#D96332'

red 217 ◦ green 99 ◦ blue 50

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

Shades of Chilean Fire #D96332

Tints of Chilean Fire #D96332

RGB

 RED value IS 217 (85.16% from 255) = 59.29%

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

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

R = 59.29%
G = 27.05%
B = 13.66%

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

#D96332 (or 0xD96332) is known color: Chilean Fire. HEX triplet: D9, 63 and 32. RGB value is (217,99,50). Sum of RGB (Red+Green+Blue) = 217+99+50=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D96332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96332 is #269CCD. Grayscale: #818181. Windows color (decimal): -2530510 or 3302361. OLE color: 3302361.

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

Color convert

RGB 217 99 50 -
CMYK 0 0.54 0.77 0.15
HSL 17.6º 0.69% 0.52% -
HSV(B) 17.6º 0.77% 0.85% -
XYZ 33.65 23.91 5.86 -
YUV 128.7 83.59 190.98 -
System Red Green Blue C M Y K H S L
Decimal 217 99 50 0 0.54 0.77 0.15 17.6 0.69 0.52
Hex D9 63 32 0 36 4D F 12 45 34
Octal 331 143 62 0 66 115 17 22 105 64
Binary 11011001 1100011 110010 0 110110 1001101 1111 10010 1000101 110100

Color Harmonies of #D96332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96332

Black with #D96332

Text Example


Text Example

White with #D96332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96332; }

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

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

background-color css

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

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

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

border-color css

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

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

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