Html Css Color HEX #D96130 Chilean Fire

📋 copy color: '#D96130'

red 217 ◦ green 97 ◦ blue 48

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

Shades of Chilean Fire #D96130

Tints of Chilean Fire #D96130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.8%

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

R = 59.94%
G = 26.8%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D96130 (or 0xD96130) is known color: Chilean Fire. HEX triplet: D9, 61 and 30. RGB value is (217,97,48). Sum of RGB (Red+Green+Blue) = 217+97+48=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D96130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96130 is #269ECF. Grayscale: #7F7F7F. Windows color (decimal): -2531024 or 3170777. OLE color: 3170777.

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

Color convert

RGB 217 97 48 -
CMYK 0 0.55 0.78 0.15
HSL 17.4º 0.69% 0.52% -
HSV(B) 17.4º 0.78% 0.85% -
XYZ 33.42 23.51 5.57 -
YUV 127.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 217 97 48 0 0.55 0.78 0.15 17.4 0.69 0.52
Hex D9 61 30 0 37 4E F 11 45 34
Octal 331 141 60 0 67 116 17 21 105 64
Binary 11011001 1100001 110000 0 110111 1001110 1111 10001 1000101 110100

Color Harmonies of #D96130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96130

Black with #D96130

Text Example


Text Example

White with #D96130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96130; }

 p { color: rgb(217,97,48); }

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

background-color css

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

 a { background-color: rgb(217,97,48); }

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

border-color css

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

 span { border-color: rgb(217,97,48); }

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